Hola...
Tengo un div's mayores (div1, div2) que contiene otros divs (div1.1 div2.1 div2.2...) en los div's hijos hay check's :
<div id="div1">
<div id="1.1">
<input type="check" id="chk_11" />
<input type="check" id="chk_12" />
<div>
<div id="2.1">
<input type="check" id="chk_21" />
<input type="check" id="chk_22" />
<div>
</div>
cuando oculte el div1, div2... se desmarquen los chek's que tienen internamente sus div's hijos.
gracias.