A CheckedComboBoxEdit control can be populated with items from a data source. To assign a data source, use the DataSource property.
Check items are identified by their values (ListBoxItem.Value). In addition, each item has some display text (CheckedListBoxItem.Description). If the data source provides fields containing values and display values for the check items, you can use these values automatically. To do this, assign the names of these fields to the ValueMember and DisplayMember properties.