The CheckedListBox SmartItem is one of the preferred SmartItems for the SmartCheckedListBox SmartControl and is designed to be used as a checkbox.
Although the CheckListBox SmartItem is the SmartCheckedListBox's preferred SmartItem, it can also be used with any other SmartControl.
Things you should consider
-
Do you want to check the CheckedListBoxItem? Set its Checked property to true.
-
Do you want to prevent a SmartItem from being selected? Set its CanBeSelected property to false.
-
Do you want to display an image? Set the item's Image or ImageIndex property.