class WWW::Mechanize::Form::RadioButton

def uncheck

def uncheck
  @checked = false
end