Skip to main content

Curbcut WCAG AAA

Checkbox

Native checkboxes at a comfortable size, grouped in fieldsets.

Which records do you need?
Show the markup
<fieldset class="cc-fieldset">
  <legend>Which records do you need?</legend>
  <div class="cc-choice">
    <input type="checkbox" id="ex-cb-birth">
    <label for="ex-cb-birth">Birth certificate</label>
  </div>
  <div class="cc-choice">
    <input type="checkbox" id="ex-cb-marriage">
    <label for="ex-cb-marriage">Marriage certificate</label>
  </div>
</fieldset>

Accessibility

  • Real input[type=checkbox], enlarged — state, keyboard and announcements are native.
  • The full label is clickable, and each row meets the 44px target.