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);

Property Value

true if the item is checked; otherwise, false.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace