Click or drag to resize

IInputElementChecked Property

Gets or sets the checked attribute of the input DOM element with the type 'checkbox' or 'radio'.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool Checked { get; set; }

Property Value

Type: Boolean
true if the 'checkbox' or 'radio' element has non-empty value of the 'checked' attribute.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IInputElement has already been disposed.
See Also