Specifies whether the given check box or radio button is selected.
object.checked[ = checked]
This read-write property takes a Boolean value. It is TRUE if the control is selected, or FALSE otherwise. The default value for this property is FALSE.
Check boxes that are not selected do not return their values when the form is submitted.