'Declaration <DescriptionAttribute("Indicates if the checkbox is in the checked state.")> <CategoryAttribute("Appearance")> Public Property Checked As Boolean
'Usage Dim instance As WinCheckBox Dim value As Boolean instance.Checked = value value = instance.Checked
[Description("Indicates if the checkbox is in the checked state.")] [Category("Appearance")] public bool Checked {get; set;}