# File lib/capybara/node/matchers.rb, line 334 def has_checked_field?(locator) has_selector?(:field, locator, :checked => true) end