CheckboxList
class CheckboxList extends MultiChoiceControl
Set of checkboxes.
Properties
| protected | $separator | ||
| protected | $container | ||
| protected | $itemLabel | ||
| Html read-only | $separatorPrototype | ||
| Html read-only | $containerPrototype | ||
| Html read-only | $itemLabelPrototype |
Methods
No description
No description
No description
No description
Returns the HTML input element for a specific checkbox item by key.
Returns the label element for the whole checkbox list, or the item label for a specific key.
Returns separator HTML element template.
Returns container HTML element template.
Returns item label HTML element template.
Details
at line 31
__construct(string|Stringable|null $label = null, array|null $items = null)
No description
at line 42
void
loadHttpData()
No description
at line 54
Html
getControl()
No description
at line 78
Html
getLabel(string|Stringable|null $caption = null)
No description
at line 87
Html
getControlPart(int|string|null $key = null)
Returns the HTML input element for a specific checkbox item by key.
at line 104
Html
getLabelPart(int|string|null $key = null)
Returns the label element for the whole checkbox list, or the item label for a specific key.
at line 119
Html
getSeparatorPrototype()
Returns separator HTML element template.
at line 128
Html
getContainerPrototype()
Returns container HTML element template.
at line 137
Html
getItemLabelPrototype()
Returns item label HTML element template.