Hey....
I have a check box and i want to do a If statement.. if it's ticked then .... else......
Say the field you want to check is named field you can check it with checking whether it exists in the $_POST array like :
if(isset($_POST['field'])){ //do something } else{ //do something else }