Playing with iCheck
← Examples
This example shows how to validate check boxes and radio buttons which are rendered by the iCheck plugin.
You should look at the basic principles when integrating FormValidation with other plugins
Supporting mobile browsers
In iCheck v1.0.x, the input state is changed after 300ms delay on mobile browsers. Therefore, the field isn't revalidated right after clicking on it.
iCheck v2.0 provides an option named tap
to solve this issue. Setting it to true
will fire the ifChanged
event after touchend, pointerup events.
For more information on this, see the iCheck's issue #95.
As of writing this, the iCheck v2.0 isn't released and not available on its official website. You must download from its Github page.