# File lib/capybara/node/matchers.rb, line 292 def has_checked_field?(locator) has_xpath?(XPath::HTML.field(locator), :checked => true) end