How to build a checkbox group like this:
<input type="checkbox" name="hobbies[]">sports
<input type="checkbox" name="hobbies[]">coding
<input type="checkbox" name="hobbies[]">compter game
How to build a checkbox group like this:
<input type="checkbox" name="hobbies[]">sports
<input type="checkbox" name="hobbies[]">coding
<input type="checkbox" name="hobbies[]">compter game