We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
label-for-input
<input> should be associated with <label>. If found not, it reports.
<input>
<label>
<!-- Bad --> <input> <!-- Good --> <label for="demo">demo</label> <input id="demo" name="demo"> <label>test<input></label>
044
<input> associated with <label> found.
true
Do check / format.
false
Do not check / format.
No.