jeudi 10 septembre 2020

if checkbox selected add class or remove when selected another checkbox

I have multiple check-boxes, I need when selected any one add class and when selected another remove class from all just add class in one parent div selected

<div class="radio radio--style4">
  <label>
    <input class="depositadd" type=radio name=h_id id="1" value='1'>
      Click to Select this Plan
  </label>
</div>
</label>
</div>

<div class="radio radio--style4">
  <label>
    <input class="depositadd" type=radio name=h_id id="2" value='2'>
      Click to Select this Plan
  </label>
</div>
</label>
</div>

<div class="radio radio--style4">
  <label>
    <input class="depositadd" type=radio name=h_id id="3" value='3'>
      Click to Select this Plan
  </label>
  </div>
  </label>
</div>



Aucun commentaire:

Enregistrer un commentaire