Input Checkbox Size

input checkbox size
input[type=checkbox] {
transform: scale(1.5);
}
input checkbox size css
input[type=checkbox] {
transform: scale(1.5);
}
<label><input type="checkbox"> Test</label>
update checkbox size css
input./*checkbox class name*/ {
width: /*preferred width*/;
height: /*preferred height*/;
}

Leave a Comment