Form Control JavaScript DHTML



Checkbox Inspector

function myFunction(form) {
    if (form.checkThis.checked) {
        alert("The box is checked.")
    } else {
        alert("The box is not checked at the moment.")
    }
}




Check here


 onClick="myFunction(this.form)">