Function: MultipleChoiceToggleGroup()
MultipleChoiceToggleGroup(
props
,context
?):ReactNode
A toolbar primitive that allows you to build an UI with multiple non-exclusive toggle groups, like the bold/italic/underline toggle.
Parameters
Parameter | Type |
---|---|
props | object |
props.items | object [] |
context ? | any |
Returns
ReactNode