Answers for "make an input checkbox bigger css"

CSS
7

input checkbox size

input[type=checkbox] {
    transform: scale(1.5);
}
Posted by: Guest on July-19-2020
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