I'm trying to change a wrapper's background color by pressing the checkbox.
.switch_1:checked~.table_wrapper {
  background: black;
}<li class="nav-item">
  <div class="switch_box box_1">
    <input type="checkbox" class="switch_1">
  </div>
</li>
<div class="table_wrapper">
</div> 
     
     
    