input type checkbox width height css code example
Example: input checkbox size css
input[type=checkbox] {
transform: scale(1.5);
}
<label><input type="checkbox"> Test</label>
input[type=checkbox] {
transform: scale(1.5);
}
<label><input type="checkbox"> Test</label>