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