Php Verifique si la casilla de verificación es
<?php
if(isset($_POST['checkbox']) {
// runs if checkbox is checked
} else {
// runs if checkbox is not checked
}
Cautious Cardinal