NAME
Rose::HTMLx::Form::Field::Boolean - extend RHTMLO RadioButtonGroup
SYNOPSIS
# see Rose::HTML::Form::Field::RadioButtonGroup
DESCRIPTION
This Field class is for boolean-type fields. The default labels are True and False, paired with values 1 and 0 respectively.
METHODS
Only new or overridden methods are documented here.
init
Sets up the object.
xhtml_field
Returns the radio button serialized as XHTML.
AUTHOR
Peter Karman, <karman at cpan.org>
BUGS
Please report any bugs or feature requests to bug-rose-htmlx-form-field-boolean at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Rose-HTMLx-Form-Field-Boolean. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Rose::HTMLx::Form::Field::Boolean
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-HTMLx-Form-Field-Boolean
Search CPAN
ACKNOWLEDGEMENTS
The Minnesota Supercomputing Institute http://www.msi.umn.edu/
sponsored the development of this software.
COPYRIGHT & LICENSE
Copyright 2007 by the Regents of the University of Minnesota.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.