.div input[type="checkbox"]{
-webkit-appearance:none;
appearance:none;
width:50px;
height:50px;
background: #999;
border:1px solid #999;
border-radius: 30px;
outline: none;
}
.div input[type="checkbox"]:checked{
background: red;
}
Comments | NOTHING