In a CheckboxList if I want to disable a particular checkbox in the list how do I do this?

A single checkbox has an Enable but and the CheckboxList has an enable but it affects all checkboxes.
There is no CheckBoxList.Items(0).Enabled

I'm sure there must be a way to do this....