I have a dialog window with many checkboxes. I want to change the colour of a checkbox, when it is changed (checked or unchecked).

AFAIK, the easiest way to do this, is with event handlers. However can I implement an event handler in the dialog window class, that knows which checkbox was changed, so as to process it, and how?


Thanks a lot.