I\'m wondering so when I change state of CheckBox
CheckBox->Checked=false;
It calls CheckBoxOnClick Event , how to avoid it ?
Simple solution is to put your onclick code in onmouseup event;