--- name: form-field-multiple-labels description: "Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use a single label for each form field. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant." metadata: category: accessibility priority: medium difficulty: beginner estimatedTime: "5" source: frontendchecklist.io url: https://frontendchecklist.io/en/rules/accessibility/form-field-multiple-labels --- # Use a single label for each form field Multiple labels for a single field can cause screen readers to announce redundant information or fail to correctly associate the input with its purpose. ## Quick Reference - Associate each form input with exactly one