I'm trying to put the checkbox label on his left but I can not, could you help me?
<label>
<span>Text goes here</span>
<input type="checkbox" class="checkbox style-2 " checked="checked">
</label>
Try this, but it still does not work, it only works when I leave the label below the input , but that way it puts checkbox to the right of the label and, in this case, the left.
As in the image below: