Quick and Dirty custom SVG checkbox

Hide the checkbox and place the svg in the label. Make sure the for attribute of the label is the same as the checkbox's ID attribute. By putting the checkbox first, you can style it using the + selector to show and hide the checkbox when the input is :checked.