cascadeSelection : booleanDefault: false

This setting enable cascade selection and unselection of children

Examples

Sample

    
 <div id="tree"></div>
 <script>
     $('#tree').tree({
         dataSource: '/Locations/Get',
         cascadeSelection: true
     });
 </script>