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

ParameterType
propsobject
props.itemsobject[]
context?any

Returns

ReactNode