# File lib/mechanize/form/radio_button.rb, line 14
  def check
    uncheck_peers
    @checked = true
  end