NodeTreeSnapshotInputChecked Property  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic RareBooleanData InputChecked { get; set; }public:
property RareBooleanData^ InputChecked {
	RareBooleanData^ get ();
	void set (RareBooleanData^ value);
}Property Value
Type: 
RareBooleanData
See Also