ItemSelectionType
ItemSelectionType =
"radio"|"checkbox"|"none"
Defined in: src/components/navigation/Menu/Menu.types.ts:39
Type of item selection behavior within a group.
radio: Single selection within groupcheckbox: Multiple selection within groupnone: No selection state, just click handlers