| 
SdtCheckBox
Checked Property
  | 
 Indicates if checkbox is in checked state.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool Checked { get; set; }
 
Public Property Checked As Boolean
	Get
	Set
 
public:
property bool Checked {
	bool get ();
	void set (bool value);
}
 
member Checked : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also