# File lib/capybara/xpath.rb, line 126 def checkbox(locator, options={}) input_field(:checkbox, locator, options) end