When I load the page, I have some checkboxes:
<input type="checkbox">
And when I get to the ready page, I want to put the checkbox inside a label with class 'checkboxPersonalizada', being as follows:
<label class="checkboxPersonalizada">
<input type="checkbox">
<i></i>
</label>