
Embperl::Form::Control::checkbox - A checkbox control inside an Embperl Form

{
type => 'checkbox',
text => 'blabla',
name => 'foo',
value => 'bar'
}

Used to create an checkbox control inside an Embperl Form. See Embperl::Form on how to specify parameters.
Needs to be 'checkbox'
Specifies the name of the checkbox control
Will be used as label for the checkbox control
Gives the value of the checkbox

G. Richter (richter@dev.ecos.de)

perl(1), Embperl, Embperl::Form