Components
Radio
A radio button component that allows users to select a single option from a set of choices. It displays as a circular button that can be either checked or unchecked.

Installation
Usage
Props
Prop | Type | Default |
---|---|---|
checked | boolean | - |
disabled? | boolean | - |
onPress? | (isChecked: boolean) => void | - |