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