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