Checkbox
class Checkbox extends BaseControl
Check box control. Allows the user to select a true or false condition.
Methods
__construct($label = null)
No description
bool
isFilled()
Is control filled?
Html|string
getControl()
Generates control's HTML element.
Html|string
getLabel($caption = null)
Bypasses label generation.
Html|null
getControlPart()
No description
Html|null
getLabelPart()
No description
Html
getSeparatorPrototype()
Returns wrapper HTML element template.
Details
at line 26
__construct($label = null)
No description
at line 41
IControl
setValue($value)
internal |
Sets control's value.
at line 55
bool
isFilled()
Is control filled?
at line 65
Html|string
getControl()
Generates control's HTML element.
at line 75
Html|string
getLabel($caption = null)
Bypasses label generation.
at line 83
Html|null
getControlPart()
No description
at line 92
Html|null
getLabelPart()
No description
at line 102
Html
getSeparatorPrototype()
Returns wrapper HTML element template.