te paso el codigo del form y del hidden y del post checkbox
Código HTML:
<form action ='' method='POST' name="form" id="form">
.......
<input type="checkbox" name="eliminar[]" id="eliminar[]" value=<? echo $row['id_producto'];?>>
<input type="hidden" name="accion" id="accion" value=""/>
<input type="submit" name="button" id="button" value="Tramitar" onClick="document.form.accion.value='add' ; document.form.action='report2.php'; document.form.submit()";/>
...
</form>