Radio

The Radio component is a wrapper for the <input type="radio"> HTML element. A Radio button allows the selection of a single option amongst a predefined set of choices.

<Radio label="Basic Radio Button" name="demo1" />

radio

Disabled

<Radio label="Disabled Radio Button" name="demo1" disabled />

radio disabled

API Reference

Last Updated: 29 November, 2022