I have 1 form in with multiple checkboxes in it (each with the code):
Edit To reflect what @Marc said in the comment below.
You can do a loop through all the posted values.
HTML:
PHP:
foreach($_POST['check_list'] as $item){ // query to delete where item = $item }