Checkbox
class Checkbox extends BaseControl
Checkbox control returning a boolean value.
Methods
__construct(string|Stringable|null $label = null)
No description
bool
isFilled()
Is control filled?
Html|string
getControl()
Generates control's HTML element.
Html|string|null
getLabel(string|Stringable|null $caption = null)
Bypasses label generation.
Html|null
getControlPart()
No description
Html|null
getLabelPart()
No description
Html
getContainerPrototype()
Returns container HTML element template.
Html
Details
at line 24
__construct(string|Stringable|null $label = null)
No description
at line 37
Control
setValue(mixed $value)
| internal |
No description
at line 48
bool
isFilled()
Is control filled?
at line 54
Html|string
getControl()
Generates control's HTML element.
at line 63
Html|string|null
getLabel(string|Stringable|null $caption = null)
Bypasses label generation.
at line 69
Html|null
getControlPart()
No description
at line 75
Html|null
getLabelPart()
No description
at line 84
Html
getContainerPrototype()
Returns container HTML element template.
at line 91
Html
getSeparatorPrototype()
deprecated
deprecated
No description