if(isset($_POST["checkbox"])){
  $checkboks = intval($_POST["checkbox"]);
} else {
  $checkboks = NULL;
}