Forms

Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.

Default

We'll never share your email with anyone else.
<div class="form-group">
  <label for="exampleInputEmail1">Email address</label>
  <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
  <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>

Sizes

Checkboxes & Radio