Checkbox
class Checkbox extends BaseControl
Check box control. Allows the user to select a true or false condition.
Methods
__construct($label = NULL)
No description
void
setValue($value)
Sets control's value.
bool
isFilled()
Is control filled?
Html|string
getControl()
Generates control's HTML element.
Html|string
getLabel($caption = NULL)
Bypasses label generation.
Html
getControlPart()
No description
Html
getLabelPart()
No description
Html
getSeparatorPrototype()
Returns wrapper HTML element template.
Details
at line 25
__construct($label = NULL)
No description
at line 39
void
setValue($value)
internal |
Sets control's value.
at line 53
bool
isFilled()
Is control filled?
at line 63
Html|string
getControl()
Generates control's HTML element.
at line 73
Html|string
getLabel($caption = NULL)
Bypasses label generation.
at line 82
Html
getControlPart()
No description
at line 91
Html
getLabelPart()
No description
at line 101
Html
getSeparatorPrototype()
Returns wrapper HTML element template.