I'm using this admin panel for inspiration and someone learning along the way. I've been attempting for at least a good hour to try and replicate the checkbox used as seen below;
The method seems simple however I just cannot seem to grasp;
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="mail-group-checkbox">
<span></span>
</label>
There is my admin panel I am working on to forward to my developer, mine is more of a concept and practice.
Additional Information
I would like to know more information on the checkboxes used as they do not appear to be custom checkboxes with images however if you remove the <span></span>
this removes the visible checkbox.
Are there advantages to using this method as I know you can scale a checkbox however this scales everything including the tick and whatnot.