Input widget class for generating multiple checkboxes. This class is usually used internally by `UIM\View\Helper\FormHelper`, it but can be used to generate standalone multiple checkboxes.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
bool | bool _isSelected(string key, string[] /* int | false | null */ selectedValues) | ||||
string | string render(Json[string] data, IContext formContext) | ||||
string[] | string[] _renderInputs(Json[string] data, IContext formContext) | ||||
this(DStringContents | this(DStringContents newTemplate, DLabelWidget labelWidget) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
string | string _renderInput(Json[string] checkboxData, IContext formContext) | ||||
bool | bool _isDisabled(string key, Json disabledValues) |