What?
Let’s say you would have a checkbox with a label next to it
It would be nice, that whenever you click the label, the checkbox would be selected.
To achieve this we can simply use the for attribute on a label to match with an id of the input element we want to bind it with.
Example
Hopefully this was helpful and Happy coding!