CSS изменить размер флажки
input[type=checkbox] {
transform: scale(1.5);
}
Annoyed Alpaca
input[type=checkbox] {
transform: scale(1.5);
}
input./*checkbox class name*/ {
width: /*preferred width*/;
height: /*preferred height*/;
}