ZVON > References > DOM2 Reference

defaultChecked (attribute )

Owning interface and usage:  
HTMLInputElement.defaultChecked

Member of these other interfaces:  
none

Readonly:   no

Type:   Boolean

Description:  
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element. The value of this attribute does not change if the state of the corresponding form control, in an interactive user agent, changes. See the checked attribute definition in HTML 4.01.