CSU 12.4.1

Ensure that the label 'FOR' attribute has unique ID and matches all controls

Example:

<LABEL for="first name">First Name:

<INPUT type="text" id="firstname" tabindex="1">

</LABEL>