Change the markup to something like
and to get the values submitted, use a simple loop
foreach($_POST['checkbox'] as $checkbox){ echo $checkbox . ' '; }