A RadioGroup allows users to select a single option from a list of mutually exclusive options.
Radio groups can be built in HTML with the <fieldset> and <input> elements, however these can be difficult to style. RadioGroup and Radio help achieve accessible radio groups that can be styled as needed.