Class CheckBox extends Widget
Inheritance:
- System
- Controller
- Widget
- CheckBox
/system/modules/backend/CheckBox.php line 40
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class CheckBox
Provide methods to handle check boxes.
Methods
- protected generateCheckbox(array $arrOption, integer $i)
- public generate() overrides Widget::generate()
- public validate() overrides Widget::validate()
- public __set(string $strKey, mixed $varValue) overrides Widget::__set()
Properties
- protected array $arrOptions
- protected boolean $blnSubmitInput
- protected string $strTemplate
Add a comment