Form Control JavaScript DHTML



Checkbox Inspector

function myFunction() {
    if (document.forms[0].checkThis.checked) {
        alert("The box is checked.")
    } else {
        alert("The box is not checked at the moment.")
    }
}




Check here