Function: MultipleChoiceToggleGroup()

MultipleChoiceToggleGroup(props): ReactNode | Promise<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[]

Returns

ReactNode | Promise<ReactNode>