The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::SuperForm::Field::Radio - Radio field used by HTML::SuperForm

SYNOPSIS

 my $radio = HTML::SuperForm::Field::Radio->new( name => 'my_radio',
                                                 default => 1,
                                                 value => 'hello' );

 print $radio;

SEE ALSO

 HTML::SuperForm::Field

AUTHOR

John Allwine <jallwine86@yahoo.com>