Answers for "input checkbox size css"

CSS
0

input checkbox size css

input[type=checkbox] {
    transform: scale(1.5);
}
<label><input type="checkbox"> Test</label>
Posted by: Guest on January-27-2021

Browse Popular Code Answers by Language