input[type=checkbox] {

}
/*
input[type=checkbox]::after { 
  content: " - Remember this";
}
*/
/*
input[type=checkbox]:nth-child(1){
width:0px;
border:solid 1px #ff0000;
}

input[type=checkbox]::before {
display:block;
padding:50px;
background:red;
content:" ";
}
*/
