multiple-choice-checklist
Last updated
Last updated
multiple-choice-checklist
allows users to select multiple options from a list.
bind
label
required
align-content
align-label
checkbox-position
Optional
Type: left
| right
Default: left
Specify where the checkbox is positioned in the component (relative to the option label).
disabled
id
label-case
label-color
mode
Optional
Type: row
| column
Default: column
Configure the layout of the list of check box options. row
lists options horizontally; column
lists options vertically.
modifier-text
on-change
show-if
and hide-if
clear
Clear the selected option(s) of the multiple-choice-checklist
.
scrollIntoView
Programmatically scroll until the multiple-choice-checklist
is visible in the view.
selectItem
Select an item by its label of the list of options of the multiple-choice-checklist
.
selectItemByIndex
Select an item by its index of the list of options of the multiple-choice-checklist
. Note: Indexes begin at 1.
The following component methods are available when an is assigned to the component and component.multipleChoiceChecklist({id:'my-id'})
is called from JS/TS: