This <input> has a <label>, but it is not associated with the input field using the for-attribute




Note: Automated testing should be possible. This violation can be detected by querying all forms, checking if they have label elements, and if these labels are programmatically linked (via for-attributes) to existing input fields.