WIKINDX METHODS
Method:
checkbox()
Class:
FORM
Method Call:
include_once("core/html/FORM.php");
STRING FORM::checkbox(STRING: $label, STRING: $name, [BOOLEAN: $checked]);
Description:
Returns a form input element of type checkbox. $checked is FALSE by default.
Usage:
$label is printed a line above the checkbox. To not print $label, set it to FALSE.
WIKINDX home
WIKINDX usage
WIKINDX classes