Changing a checkbox Programmatically
I am not sure if I am using this on my validated form.
The example from the W3C site
Checkbox:---- document.getElementById("myCheck").checked = true;
---- document.getElementById("myCheck").checked = false;
I am not sure if I am using this on my validated form.
The example from the W3C site
Checkbox: