2Click-Iframe-Privacy
2Click-Iframe-Privacy copied to clipboard
Label is not connected with checkbox
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.
Thanks, I will check.
Just came here to post about this and found this thread. +1