
HTML::Widget::Element::Radio - Radio Element

my $e = $widget->element( 'Radio', 'foo' );
$e->comment('(Required)');
$e->label('Foo');
$e->checked('checked');
$e->value('bar');

Radio Element.


Sebastian Riedel, sri@oook.de

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.