Tamanho da caixa de seleção de entrada
input[type=checkbox] {
transform: scale(1.5);
}
Annoyed Alpaca
input[type=checkbox] {
transform: scale(1.5);
}
input[type=checkbox] {
transform: scale(1.5);
}
<label><input type="checkbox"> Test</label>
input./*checkbox class name*/ {
width: /*preferred width*/;
height: /*preferred height*/;
}