要素:
<div><input type="checkbox"></input></div> // <-- checked
<div><input type="checkbox"></input></div> // <-- checked
<div><input type="checkbox"></input></div> // <-- unckecked
<div><input type="checkbox"></input></div> // <-- checked
我想将 nextUntil() 与 div-elemets 一起使用来取消选中框(子元素),直到 box3 (第一次未选中)。有办法吗?