I have 1 form in with multiple checkboxes in it (each with the code):
Set the name in the form to check_list[] and you will be able to access all the checkboxes as an array($_POST['check_list'][]).
check_list[]
$_POST['check_list'][]
Here's a little sample as requested: