Variable: Radio

const Radio: ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "color" | "size" | "type"> & Partial<{ color: RadioColor; label: ReactNode; size: RadioSize; }> & RefAttributes<HTMLInputElement>>

Custom-styled radio built on top of the native input element.

Example

<Radio name="plan" label="Growth plan" />