drgullin / icheck

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

focus ploblem #143

Closed hustfyb closed 10 years ago

hustfyb commented 10 years ago

When click the checkbox, iCheck will not get the focus. You must click the lable to get focus..

drgullin commented 10 years ago

When you click a checkbox, it's an active (activeClass), not a focus state (focusClass). iCheck handles default focus state from the browser without adding any extra events.