Does each label (label tag) that is associated with a form field (input tag of type text, password, checkbox, radio, file, or textarea and select tag) pass the conditions below?
The label tag has a for attribute
The value of the for attribute is equal to the value of the id attribute of the associated form field