Form Fields

<li class="form__field">

Form fields are styled in lists and include a label class="form__label" and input class="form__input"

Select Menu

<div class="form__select">

Checkbox

<input type="checkbox">

Radio Buttons

<input type="radio" class="radio">

Html5 Inputs