When a form contains a single checkbox with required validation, the server side validation returns an 'invalid input' message and the form cannot be submitted. Clean ...
So I have a different checkbox with same name. They each has an input[type="text"] box corresponding to it. Just as following: <input type="checkbox" name="country ...