# File lib/capybara/session.rb, line 207
    def has_checked_field?(locator)
      has_xpath?(XPath.field(locator, :checked => true))
    end