ButtonGroupSelection
Union
Specifies the selection mode of the ButtonGroup.
- Use
'single'to allow only one button to be selected at a time. - Use
'multiple'to allow multiple buttons to be selected at the same time.
Possible values:
"single""multiple"