#php 7.x <?php if(isset($_POST['test1'])){ echo "checked value1"."<br>"; } if(isset($_POST['test2'])){ echo "checked value2"; } ?>