HTML-First UI

Checkbox

A form input component for multiple selections

Languages

Notes

The checkbox component allows users to select multiple options from a list.

  • Wrap checkboxes in an hf-input-group
  • Use legend for group labels
  • Each checkbox should have an associated label
  • Use the checked attribute for pre-selected options