property Element.ShowCheckBox as Boolean
Gets or sets a value that indicates whether the element shows or hides the check-box.

TypeDescription
Boolean A Boolean expression that specifies whether the element displays the checkbox.
By default, the ShowCheckBox property is False, which means that no check-box is displayed. Use the ShowCheckBox property to show or hide the element's checkbox. Use the CheckBoxAlign property to align the element's checkbox. Use the Checked property to specify the state of the element's checkbox. The CheckElement event occurs when the checkbox's state is changed. Use the Background(exCheckBoxState0), Background(exCheckBoxState1), Background(exCheckBoxState2) to change the visual appearance for all check-boxes.