If i have checked list 0 and i am going to check any one from the sibling either list 1 nor list 2 . I have tried with at least check one from the list.
<div><input name="list[]" id="list0" type="checkbox" value="newsletter0" >zero</div>
<div><input name="list[]" id="list1" type="checkbox" value="newsletter1" >one</div>
<div><input name="list[]" id="list2" type="checkbox" value="newsletter2" >two</div>