Radio Button

Example showing radio buttons.

Preview

Code

<label><input type="radio" name="size"> Small</label>
<label><input type="radio" name="size"> Large</label>

More HTML Input Types Examples (11)