drgullin / icheck

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

mouse down state #189

Closed szepeviktor closed 9 years ago

szepeviktor commented 10 years ago

E.g. Firefox has a "mouse button down" state of unselected - and even selected - radio buttons, checkboxes. Do you plan to support it?

drgullin commented 9 years ago

Your question is about the active state. Use activeClass option.

szepeviktor commented 9 years ago

Do you plan to add CSS to activeClass in stock iCheck?

drgullin commented 9 years ago

activeClass is available in stock of 1.x version.

It's not added by default in 2.x, because hoverClass and activeClass are almost similar on touch devices.