2.19 addcheckbox

The addcheckbox subroutine adds a checkbox.

Parameters:

$xestiascan_presmodule->addcheckbox(checkboxname, options);


Usage:

$xestiascan_presmodule->addcheckbox("checkbox", { OptionDescription => "Check box", Style => "checkboxstyle", LineBreak => 1 } );


checkboxname
Specifies the name of the checkbox.

options
Specifies the following options as a hash in any order.

Setting Description
OptionDescription Specifies a description for the checkbox value.
Style Specifies the CSS style to use.
Checked Specifies if the checkbox is checked.
LineBreak Specifies if a line break should be added.