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