Consider the following example: http://embed.plnkr.co/AZsXtbXTpaswliEoE2fq/
When checking child nodes you can see that the console.log outputs the correct child nodes. When selecting a parent node I get an event for the parent node specifically and the children are programmatically checked as the parent is checked.
Is there an easy way to know which child nodes gets selected. I'm only really interested in the check state of the deepest level.