checkbox group and checkbox item behaviour
Found 1 answer: You have to select a single checkbox like this: Tiggzi("chkItem").find("input[type='checkbox']")
So this is solved. But 1 issue that remains, is the fact that the value change event is called 2 times. This gives problems when using a counter, or a .toggle() in the value change event.