# File lib/capybara/rspec/matchers.rb, line 108
    def have_checked_field(locator)
      HaveSelector.new(:field, locator, :checked => true)
    end