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.23.1
Syntaxbool Checked { get; set; }Property Value
Type: 
Booleantrue if the 
'checkbox' or 
'radio' element has non-empty value of the 
'checked'
                attribute.
            
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IInputElement has already been disposed. | 
See Also