App::Widget::RadioButtonSet - Set of HTML radio buttons
use App::Widget::RadioButtonSet;
$name = "gobutton"; $config = { }; $state = CGI->new({}); $w = App::Widget::RadioButtonSet->new($config,$state,"gobutton", $config, $state);
This class is a <select> HTML element.