RadioItem
Overview
A Radio item in the group that can be checked. Input will also render when used within a form to ensure events propagate correctly.
Properties
Properties | Description |
---|---|
children | The Children prop allows users to pass other components as a property, enabling users to compose together components. |
value | The value is given as data when submitted with a name. |
disabled | When true, prevents the user from interacting with the radio item. |
className | The className property can be used to add a CSS class to a component that accepts styling. In Clutch, the className property powers the visual styling panel and the class name itself is auto-generated. Additional class names can be passed to the component by twirling open the className control and passing in strings. |
Updated 6 months ago