2.19 addcheckbox

Adds a check box.

Parameters:

$kiriwrite_presmodule->addcheckbox(checkboxname, options);

Usage:

$kiriwrite_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.

Value 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.