Click or drag to resize

DOMNodeInputChecked Property

Version 91.1.160
Only set for radio and checkbox input elements, indicates if the element has been checked

Namespace:  CefSharp.DevTools.DOMSnapshot
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
public Nullable<bool> InputChecked { get; set; }

Property Value

Type: NullableBoolean
See Also