When Lighthouse sees a form field with multiple labels, it flags it.

How to pass the audit? β Removing Duplicate Form Labels
- If you wish, you can choose the
<label>element to be the parent of the form element.
- Also, you can use an attribute to make a direct association with the form element of the
labelelement.foran attribute will be appropriate for this.
- You can also use the
aria-labelledbyattribute if you wish. In this way, you will be connecting the form and a different separate element. You will need to use the ID of this element for this.
Label for checkbox