Skip to main content

Radio

An input component that allows selecting a single option from a group. Useful for mutually exclusive choices like payment methods, subscription levels, or preferences.

Basic Usage

To implement a radio button, use the input component with type radio. Additionally, the field and radio classes should be used as container classes.

<div class="field radio">
<input type="radio" name="moview" id="radio1" />
<label for="radio1">Star Wars</label>
</div>

<div class="field radio">
<input type="radio" name="moview" id="radio2" />
<label for="radio2">Harry Potter</label>
</div>

Other Cases

¿Cuál es tu saga favorita?
Escoger con sabiduría tu debes