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