July 1998
Intermediate to advanced
1456 pages
65h 5m
English
checked — NN 2 IE 3 DOM 1
Read/Write
Whether the checkbox is selected or turned on by the user. Checkboxes
operate independently of each other. Only checkbox
objects with the checked property set to
true have their name/value pair submitted with the
form. To find out whether the form element is set to be checked when
the page loads, see the defaultChecked property.
if (document.choiceForm.monitors.checked) {
process for the "monitors" checkbox being checked
}Boolean: true | false.
false
Read now
Unlock full access