When to use it.
Use visible labels, helpful validation, and enough spacing for touch and keyboard users.
Use visible labels, helpful validation, and enough spacing for touch and keyboard users.
<fieldset class="ap-radios"><legend>Plan</legend><label><input type="radio" name="plan" checked> Starter</label><label><input type="radio" name="plan"> Growth</label><label><input type="radio" name="plan"> Pro</label></fieldset>