July 1998
Intermediate to advanced
1456 pages
65h 5m
English
checked — NN 2 IE 3 DOM 1
Read/Write
Whether the radio button is selected or turned on by the user. To
find out whether the form element is set to be highlighted when the
page loads, see the defaultChecked property.
if (document.choiceForm.myRadio[0].checked) {
process for the "monitors" checkbox being checked
}Boolean: true | false.
false
Read now
Unlock full access