Browse components

Radio

import Radio from "@shpaw415/mui-lite/Radio";

Why use it

Radio picks exactly one option in a named group. Use with matching `name` attributes (or FormControlLabel) for exclusive choice lists.

Demo

Example

import Radio from "@shpaw415/mui-lite/Radio";
 
<label><Radio name="plan" value="free" defaultChecked /> Free</label>
<label><Radio name="plan" value="pro" /> Pro</label>

Props

Standard input props plus color, label helpers, and sx.