Network, Computer and Programming Resources
Java - Checked
A Boolean value (true or false), indicating whether a check box or radio button is selected. The value is updated immediately when an item is checked. It's used in the following form: formName.checkboxName.checked formName.radioButtonName[index].checked Property of checkbox and radio. See defaultChecked PROPERTY.