Contents Index Topic Contents | ||
Previous Topic: charset Next Topic: classid |
checked
Description
Specifies whether the given check box or radio button is selected.
Syntax
object.checked[ = checked]
Settings
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.
Applies To
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.