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