Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
HTML::Widget::Plugin::Checkbox - it's either [ ] or [x]
VERSION
version 0.01
$Id: /my/icg/widget/trunk/lib/HTML/Widget/Plugin/Checkbox.pm 16526 2005-11-20T17:02:21.688966Z rjbs $
DESCRIPTION
This plugin provides a widget for boolean checkbox widgets.
METHODS
provided_widgets
This plugin provides the following widgets: checkbox
checkbox
This method returns a checkbox widget.
In addition to the generic HTML::Widget::Plugin attributes, the following are valid arguments:
- checked
-
This is the widget's initial state. If true, the checkbox is checked. Otherwise, it is not.
AUTHOR
Ricardo SIGNES <rjbs @ cpan.org
>
COPYRIGHT
Copyright (C) 2005, Ricardo SIGNES. This is free software, released under the same terms as perl itself.