SelectableAccordion component for inline item selection within dialogs.
In single-select mode (multiSelect=false), renders RadioButton.Item
entries with the indicator on the left. Selection is enforced at the
RNP RadioButton.Group level.
In multi-select mode (multiSelect=true), renders Chip items in a
flex-wrap row; the parent manages toggle state.
SelectableAccordion component for inline item selection within dialogs.
In single-select mode (
multiSelect=false), rendersRadioButton.Itementries with the indicator on the left. Selection is enforced at the RNPRadioButton.Grouplevel.In multi-select mode (
multiSelect=true), rendersChipitems in a flex-wrap row; the parent manages toggle state.