You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2021. It is now read-only.
For real checkbox/radio button 2 events are triggered:
the change when checkbox/radio button value was actually changed
the click when click on the checkbox/radio button happened
The jQueryFormStyler isn't triggering the click event to emulate behavior of real checkbox/radio button.
The use case for click event in case of radio buttons is to monitor user clicks and always react on them regardless if a click caused radio button to be selected or not.