HBCMS更多的中文手册参考:

defaultChecked参数属性

DHTML文档教程

Sets or retrieves the state of the check box or radio button.

dhtml语法

HTMLN/A
Scriptingobject.defaultChecked [ = bChecked ]

DHTML可能的值

bCheckedBoolean that specifies or receives one of the following values.
trueDefault. Check box or radio button is selected by default.
falseCheck box or radio button is not selected by default.

The property is read/write. The property has a default value of true.

Remarks

The property can be changed programmatically, but doing so has no effect on the appearance of the check box or radio button or on how forms are submitted.

是否符合公共标准

This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

INPUT type=checkbox, INPUT type=radio

更多语法参考

checked