App::Widget::RadioButtonSet - Set of HTML radio buttons


NAME

App::Widget::RadioButtonSet - Set of HTML radio buttons


SYNOPSIS

   use App::Widget::RadioButtonSet;
   $name = "gobutton";
   $config = { };
   $state = CGI->new({});
   $w = App::Widget::RadioButtonSet->new($config,$state,"gobutton", $config, $state);


DESCRIPTION

This class is a <select> HTML element.