Appearance
label-has-control
Detect label without associated control.
error
<label>Name</label>
<label for="name">Name</label> <input id="name" type="text">
{ "rules": { "label-has-control": "error" } }