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 gameHow 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