Radio - Keep React
Table of Contents#
Default Radio Input#
The Default Radio Input is a fundamental user interface element that allows users to choose a single option from a group of options. It presents a list of choices, each accompanied by a radio button.
Radio shape variant#
The Radio Shape Variant component introduces different shape options for radio inputs, allowing you to customize the appearance of radio buttons. The available shape variants are: "circle"
"rounded"
and "square"
.
API Reference#
Explore the available props for the radio component
Property | Description | Type | Default |
---|---|---|---|
variant | Specifies the shape of the radio input. | circle rounded square | rounded |
color | Available colors for the radio | primary secondary error success warning | primary |