I have a custom styled checkbox, see this JSFiddle:
https://jsfiddle.net/y58zrd4m/
My HTML looks like this:
<label class="checkbox">
  <input type="checkbox" />
  <span>Lorem ipsum</span>
</label>
Now I want my text to be vertically centered in relation to the checkbox, how can I achieve this?
 
    