checkboxes
Description
Optional. Defines whether MultiCombo options have checkboxes next to themUsage
checkboxes?: boolean;
Parameters
- true - checkboxes are added
- false - (default) checkboxes are not added
Example
<MultiCombo checkboxes={true} />
Related article: Adding checkboxes for options
Related sample: MultiCombo