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