class WWW::Mechanize::Form::RadioButton

def check

def check
  uncheck_peers
  @checked = true
end