1
When I load the page, I have some checkbox:
<input type="checkbox">
And when I get to the ready of the page, I want to put the checkbox inside a label with class 'checkboxPersonalized', being as follows:
<label class="checkboxPersonalizada">
<input type="checkbox">
<i></i>
</label>
Gave straight!!! Muuuuuuuuuuuuito thanks!!! : D.. I did not know the wrap..
– Kevin Riquena