Protected _optionsPredefined
Protected _choicesAn object which maps option values to displayed labels.
Protected _internalsAttached ElementInternals which provides form handling functionality.
Protected _primaryThe primary input (if any). Used to determine what element should receive focus when an associated label is clicked on.
Private #checkboxesThe checkbox elements used to select inputs
Static tagStatic formDeclare that this custom element provides form element functionality.
The form this element belongs to.
The input element name.
The value of the input element.
Is this element disabled?
Is this field editable? The field can be neither disabled nor readonly.
Protected _initializeProtected _onPrivate #buildPrivate #buildPrivate #on
Provide a multi-select workflow as a grid of input checkbox elements.
Example: Multi-Checkbox HTML Markup