3
Does anyone know how I change a div
or label
by marking a checkbox
example have this code here.
<label style="margin-bottom: 10px;">
<div class="adicionalch bg-yellow">
Nutella <input type="checkbox" name="adicional[]" value="3.00" id="3.00">
</div>
</label>
classy bg-yellow
, by marking the checkbox
, it switches to another class or add some css formatting..
Bunito Boy! + 1
– Wallace Maxters