how to make checkboxes required – Jquery
I have the following code on my page that has few checkboxes. <form> <input type="checkbox" id="CatFood" /><b>Cat Food</b><br /><br /> <input type="checkbox" id="Food1" name="test222" onclick="reported(this)" />Delicious Food<br /> <input type="checkbox" id="Food2" name="test222" onclick="reported(this)" />Healthy Food<br /><br /><br /> <button type="submit">Submit</button>…