The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

 my $checkbox = HTML::SuperForm::Field::Checkbox->new( name => 'my_checkbox',
                                                       default => 1,
                                                       value => 'hello' );

 print $checkbox;

SEE ALSO

 HTML::SuperForm::Field

AUTHOR

John Allwine <jallwine86@yahoo.com>