I've attached a click handler to checkbox label, so when you click it, it checks the checkbox. I also have an event handler bound to the checkbox itself. However, the checkbox event handler only fires when you click it, not when you click the label text (which does actually check the box):
Can someone tell me what I am doing wrong? Thanks.
...René