So that in PHP I can deal with them as :
foreach($_POST[\'checkboxname\'] as $i => $value) ...
Do something like this:
Note the [] in the name.