iCheck

iCheck provides super customized checkboxes and radio buttons for web and mobile applications.

iCheck for WireBootstrap brings iCheck into the WireBootstrap framework providing advanced checkboxes and radio buttons for use in forms and filters in web applications developed with Bootstrap themes.

Installation

The iCheck for WireBootstrap library is located in wire-icheck.js. This and other other related files can be installed from the NPM package registry at@wirebootstrap/wire-icheck.

npm install @wirebootstrap/wire-icheck

iCheck for WireBootstrap will load version 1.0.2 of ichek.min.js from a CDN if it's not found on the page.

iCheck for WireBootstrap will load a CSS file based on the color and skin specified in the configuration from the same CDN if not found on the page.

Classes

iCheck for WireBootstrap classes are located inside the wire namespace.

iCheck for WireBootstrap classes extend the wire.ui.component class. As such, they inherit all the base functionality of that class.

The following example creates a new instance of the iCheck List for WireBootstrap component.

const list = new wire.icheckList();

Last updated