Including a `for` attribute on label tags has the following benefits:

* improves accessibility by helping out screen readers
* improves form element selection by allowing the user to give focus
to an input by clicking on the label

### Further Reading

* [MDN: label element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label)
* [MDN: How to structure an HTML form](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/How_to_structure_an_HTML_form)
