Introduction
The HTML_Quickform package massively reduces the amount of HTML code needed to ouput and validate a form.
Elements
AdvCheckbox
$form->addElement(
'advcheckbox',
string element-name, // name of advcheckbox
string element-label, // label output before advcheckbox
string text, // label output after advcheckbox
mixed
(
Read more... )