Change Size of Checkbox in CSS
input[type="checkbox"]{ width: 20px; /*Desired width*/ height: 20px; /*Desired height*/ }