Learning > ui > core > Radio Edit this page 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" /> Disabled <Radio label="Disabled Radio Button" name="demo1" disabled /> API Reference Radio Last Updated: 12 June, 2024