What do you mean? Do you have a sample code?
So far I have this
if (isset($_GET['boxname'])) { // box was checked
$boxname = TRUE;
$det[5] = $det[5] + 6;
} else { // box was not checked
$boxname= FALSE;
}
End another php file
<INPUT TYPE='checkbox' VALUE='1' NAME='boxname'>