Checking Child Checkboxes In Tree Structure

I have a CTreeView widget that has embedded checkboxes. What I need is a method of automatically checking the child (leaf) checkboxes when a parent is checked. Is there an example somewhere of how to best do this in the yii environment.

Thanks