CheckBoxListSetItemChecked Method

There are two overloads for this method

Overload List

SetItemChecked(Int32, Boolean) Sets the check state of the item at the specified index to Checked or Unchecked
SetItemChecked(Object, Boolean) Sets the check state of the item with the specified key to Checked or Unchecked

See Also