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