o.O no se te ocurrio meter todo el código del for dentro de un tag form...
Código PHP:
Ver originalecho '<form method="post" action="checkboxes.php">';
for($j=0; $j<$rows; $j++) {
//demás código...
}
echo '<input type=submit value="submit" /></form>';