How can we change background color of checkbox and radio using css3?
<input type="checkbox" name="genre" id="check-1" value="" width="20" height="20" style="width:20px; height:20px; float:left;background: red;">
How can we change background color of checkbox and radio using css3?