InputElement Checked Property C# API
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.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool Checked { get; set; }

Field Value

true if the "checked" attribute exists in this InputElement; otherwise, false.
See Also