Never mind,
this worked for me:
this worked for me:
for (int i = 1; i < CheckBoxList.Items.Count; i++)
{
CheckBoxList.SelectedItems.Add(CheckBoxList.Items[i]);
}