SelectionButton

Selection button

<MultiSelectionButtons>
<SelectionButton value="id1">Test 1</SelectionButton>
</MultiSelectionButtons>

Props

PropTypeDefaultDescription
childrennodeThe content of the component. If a ListItemSecondaryAction is used it must be the last child.
disabledboolfalseIf true, the list item will be disabled.
value[string | number]Control the selected item by manually setting the value(s)

Any other props supplied will be provided to the root element (native element).

Examples

See SingleSelectionButtons

See MultiSelectionButtons