in html
<input type="checkbox" class="num4">`
<input type="checkbox" class="num1">
<input type="checkbox" class="num2">
<input type="checkbox" class="num3">
in css
I want help to choose the right selector so that this code will work
.num3:checked +.num4{
transform: scale(0);
}