[]
Specifies whether the field should be displayed as a checkbox.
[C1Category("Special")]
[C1Description("Field.CheckBox", "Indicates whether the field should be displayed as a checkbox of a particular type.")]
public CheckBoxEnum CheckBox { get; set; }
<C1Category("Special")>
<C1Description("Field.CheckBox", "Indicates whether the field should be displayed as a checkbox of a particular type.")>
Public Property CheckBox As CheckBoxEnum
This property allows you to display boolean values graphically, rather than as plain text.