drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.38k stars 1.62k forks source link

Resizing #163

Closed GittiHab closed 9 years ago

GittiHab commented 10 years ago
Just a quick question:

How do I resize iCheck checkboxes? If I change the width and hight in the css, nothing changes.

.icheckbox_square-grey,
.iradio_square-grey {
    width: 22px;
    height: 22px;
}

to

.icheckbox_square-grey,
.iradio_square-grey {
    width: 26px;
    height: 26px;
}
drgullin commented 9 years ago

You can set your own CSS classes and use them instead.