Radios

The Radio Element follows the styling and usage guidelines of the U.S. Web Design System’s Form Control.

<label class="radio" for="client-phone-type-home">
  <input id="client-phone-type-home" name="Client.phoneType" type="radio" value="home" />
  <span class="radio__label">Home</span>
</label>