We couldn’t find anything that matched your searched term

  • PAGES

  • COMPONENTS

  • Brand guidelines

  • Insights

Documentation

Forms

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

Checkboxes

Default (stacked)

<div class="form-check">
  <input type="checkbox" class="form-check-input" id="defaultCheck1" />
  <label class="form-check-label" for="defaultCheck1">Check this checkbox</label>
</div>
<div class="form-check">
  <input type="checkbox" class="form-check-input" id="disabledCheck1" disabled/>
  <label class="form-check-label" for="disabledCheck1">Disabled checkbox</label>
</div>
</div>