'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether the glyph will be drawn "Checked".")> Public Property Checked As System.Boolean
'Usage
Dim instance As NCheckBoxShape Dim value As System.Boolean instance.Checked = value value = instance.Checked
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether the glyph will be drawn "Checked".")] public System.bool Checked {get; set;}