defaultCheckeddefaultChecked*
*Contents  *Index  *Topic Contents
*Previous Topic: defaultCharset
*Next Topic: defaultSelected

defaultChecked

Description

Determines whether the check box or radio button is selected by default.

Syntax

object.defaultChecked[ = defaultChecked]

Settings

This read-write property is TRUE if the check box or radio button is selected by default, or FALSE otherwise. The default value for this property is TRUE.

The property can be changed programmatically but has no affect on the appearance nor on how forms are submitted.

Applies To

INPUT

See Also

checked


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.