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