jargon

Frontend & browser·Accessibility and semantics

you clicked the label text and the checkbox toggled, which is how you know it is wired up.

Label association

Also calledfor attribute, form label

Connecting a `label` to its control by `for` and `id`, or by wrapping the control, which gives the field its accessible name and makes the label a click target. Placeholder text is not a label: it disappears on input, often fails contrast, and is not reliably announced. This is the most common accessibility defect in real forms and one of the easiest to fix.

Commonly confused with