How to prevent a CheckBox from being checked?
I would like to be able to prevent a CheckBox from being selected (or to set it back to unselected), when the CheckBox is clicked How can I achieve this? I do not want to simply disable the check...