# File lib/capybara/xpath.rb, line 130
    def radio_button(locator, options={})
      input_field(:radio, locator, options)
    end