Radio Group
A set of checkable buttons, mutually exclusive.
Installation
rubics add radio-groupUsage
Basic
Props
| Name | Type | Default | Description |
|---|---|---|---|
| options | RadioOption[] | - | Set of available radio buttons |
| value | string | - | Selected value |
| onChange | (value: string) => void | - | Called on radio switch |
| style | StyleProp<ViewStyle> | - | Styles applied to group |
9:41
Preferences
Notify me via
Option A
Option B
