Radio
Single-selection radio button. Group multiple radios with the same name prop.
Basic Group
Group radios by name for mutual exclusion.
Priority Selection
Choose a priority level for a task or issue.
Shipping Method
Select a delivery option at checkout.
Payment Method
Choose how to pay for an order.
Theme Preference
Application appearance settings.
In a Form
Radios inside a registration form.
Account Type
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
name | text | "radio" | Group name for mutual exclusion |
value | text | "" | Value submitted when selected |
label | text | "" | Display label for the option |
bind | binding | - | Two-way binding for selected value |