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