<!doctype html>
<meta charset= "Utf-8" >
<title>canvas</title>
<script src= "Js/jquery-1.9.1.min.js" ></script>
<body>
<style>
. checkbox{
position:relative;
}
. regular-checkbox{
Display:none;
}
. Regular-checkbox + Label {
Background-color: #fafafa;
border:1px solid #cacece;
box-shadow:0 1px 2px Rgba (0,0,0,0.05), inset 0px-15px 10px-12px Rgba (0,0,0,0.05);
padding:9px;
border-radius:3px;
Display:inline-block;
position:relative;
}
. Regular-checkbox + label:active,. regular-checkbox:checked + label:active {
box-shadow:0 1px 2px Rgba (0,0,0,0.05), inset 0px 1px 3px rgba (0,0,0,0.1);
}
. regular-checkbox:checked + Label {
Background-color: #e9ecee;
border:1px solid #adb8c0;
box-shadow:0 1px 2px Rgba (0,0,0,0.05), inset 0px-15px 10px-12px Rgba (0,0,0,0.05), inset 15px 10px-12px Rgba (255,255,25 5,0.1);
Color: #99a1a7;
}
. regular-checkbox:checked + Label:after {
Content: ' \2714 ';
width:14px;
height:14px;
font-size:14px;
Position:absolute;
top:0px;
left:3px;
Color: #99a1a7;
/* border-radius:50px;
Background:url (images/logo.png) repeat;
Box-shadow:inset 0px 0px 10px rgba (0,0,0,0.3); */
}
. Big-checkbox + Label {
padding:18px;
}
. big-checkbox:checked + Label:after {
Content: ' \2714 ';
width:28px;
height:28px;
font-size:28px;
Position:absolute;
top:0px;
left:8px;
Color: #99a1a7;
/*border-radius:50px;
Background:url (images/logo.png) repeat;
Box-shadow:inset 0px 0px 10px rgba (0,0,0,0.3); */
}
. Tag {
Font-family:arial, Sans-serif;
width:200px;
position:relative;
top:5px;
Font-weight:bold;
Text-transform:uppercase;
Display:block;
Float:left;
}
</style>
<div class= "checkbox" >
<p> IE9 Version Support </p>
<div>
<div class= "tag" >checkbox small</div>
<input type= "checkbox" Id= "checkbox-1-1"Class=" Regular-checkbox "/><label for="checkbox-1-1"></label>
<input type= "checkbox" id= "Checkbox-1-2" class= "Regular-checkbox"/><label for= "Checkbox-1-2" ></ Label>
<input type= "checkbox" id= "Checkbox-1-3" class= "Regular-checkbox"/><label for= "Checkbox-1-3" ></ Label>
<input type= "checkbox" id= "Checkbox-1-4" class= "Regular-checkbox"/><label for= "Checkbox-1-4" ></ Label>
</div>
<br/>
<div>
<div class= "tag" >checkbox big</div>
<input type= "checkbox" id= "checkbox-2-1" class= "Regular-checkbox big-checkbox"/><label for= "checkbox-2-1" ></label>
<input type= "checkbox" id= "Checkbox-2-2" class= "Regular-checkbox big-checkbox"/><label for= "Checkbox-2-2" ></label>
<input type= "checkbox" id= "checkbox-2-3" class= "Regular-checkbox big-checkbox"/><label for= "checkbox-2-3" ></label>
<input type= "checkbox" id= "checkbox-2-4" class= "Regular-checkbox big-checkbox"/><label for= "Checkbox-2-4" ></label>
</div>
</div>
</body>
Beautify check box