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