Property Checked
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Checked
Gets or sets the checked attribute of the input DOM element with the type
'checkbox'
or 'radio'
.
bool Checked { get; set; }
Property Value
- bool
true
if the'checkbox'
or'radio'
element has non-empty value of the'checked'
attribute.
Exceptions
- ObjectDisposedException
The IInputElement has already been disposed.