wilded
8/30/2018 - 11:34 AM

Change Size of Checkbox in CSS

Change Size of Checkbox in CSS

input[type="checkbox"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}