NAME

HTML::FormHandler::Field::Radio - not used

VERSION

version 0.32004

SYNOPSIS

This field is not currently used. Placeholder for possible future atomic radio buttons.

<label class="label" for="[% field.name %]">[% field.label</label>
<input name="[% field.name %]" type="radio"
  value="[% field.radio_value %]"
  [% IF field.fif == field.radio_value %]
     select="selected"
  [% END %]
 />

radio_value

See synopsis. Sets the value used in the radio button.

AUTHOR

FormHandler Contributors - see HTML::FormHandler

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Gerda Shank.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.