You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be: <label><input type="checkbox" name="remind-'xxx'">Foobar</label>
It's valid HTML that the label encompasses the field it is assign to. Otherwise the checkbox needs a (unique) id that is referred in the for-attribute of the label.
It should be:
<label><input type="checkbox" name="remind-'xxx'">Foobar</label>It's valid HTML that the label encompasses the field it is assign to. Otherwise the checkbox needs a (unique) id that is referred in the for-attribute of the label.