Gets or sets a value that indicates whether the "checked" attribute has been set for this InputElement.
This method is equivalent to HasAttribute("checked").
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
true if the "checked" attribute exists in this InputElement; otherwise, false.See Also