Skip to content

Instantly share code, notes, and snippets.

@jonsan32
jonsan32 / Checkbox Image
Created March 11, 2013 20:30
This replaces the checkbox with an image.
<html>
<head>
<title>Checkbox</title>
<style>
input[type=checkbox] {
display:none;
}
input[type=checkbox] + label
{