# File lib/selenium/client/legacy_driver.rb, line 972 def is_checked(locator) return boolean_command("isChecked", [locator,]) end