RadioPicker
Renders a custom radio picker component.
Usage
import { RadioPicker } from '@binarycapsule/ui-capsules';
Knobs 🎛
<RadioPicker
helpText="Praesent commodo cursus magna."
label="Lorem Ipsum"
onChange={function}
/>
Example
Props
Name | Description |
---|---|
checkedRequired | boolean The checked state of the radio. |
onChangeRequired | function The function to handle the onChange event. |
labelRequired | string The RadioPicker label. |
helpText | string(Default: ) Helper text rendered below the label. |