HTMLInputElement.DefaultChecked Property |
Gets or sets the default checked state of the element.
[VBScript] Public Property DefaultChecked As Boolean
[JScript] public function get DefaultChecked() : Boolean; public function set DefaultChecked(Boolean);
true if the item is checked by default; otherwise, false.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace