Just ran across a for parameter in an HTML label tag:
for
First Name *
In some browsers when you click on a text in a for tag, you'll check the box it's associated with (i.e. the for = id) or put the focus on that box. It's an ADA thing