void constructor HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox (
string $elementName
= null
, string $elementLabel
= null
, string $text
= null
, mixed $attributes
= null
, mixed $values
= null
)
This package is not documented yet.
$elementName
(optional)Input field name attribute
$elementLabel
(optional)Input field label
$text
(optional)Text to put after the checkbox
$attributes
(optional)Either a typical HTML attribute string or an associative array
$values
(optional)Values to pass if checked or not checked
throws no exceptions thrown
since 1.0
This function can not be called statically.