Description

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.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
boolbool _isSelected(string key, string[] /* int | false | null */ selectedValues)
stringstring render(Json[string] data, IContext formContext)
string[]string[] _renderInputs(Json[string] data, IContext formContext)
this(DStringContentsthis(DStringContents newTemplate, DLabelWidget labelWidget)
boolbool initialize(Json[string] initData = null)
stringstring _renderInput(Json[string] checkboxData, IContext formContext)
boolbool _isDisabled(string key, Json disabledValues)