checkbox element.
creates a checkbox element:
parameter:
text - text which labeled the element.
checked - if true, element will be pre-checked.
name - optional. identifier. Its highly recommended to use unique identifiers to avoid side effects.
example:
$myCheckbox = $ippfp->createCheckbox("public",true,"mycheckbox");