Pro Pack
Docs HomeProduct SiteSupport
  • Introduction
  • Installation
  • Chart.js
    • Configuration
    • Data Binding
    • Data Labels
  • Dataset Filter Labels
    • Installation
    • Configuration
    • Data Binding
  • DataTables
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Date Range Picker
    • Configuration
    • Data Binding
    • Methods
  • iCheck
    • List
      • Configuration
      • Data Binding
      • Events
    • Filter
      • Configuration
      • Data Binding
  • Select2
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Sparklines
    • Installation
    • Configuration
    • Data Binding
  • Toastr
    • Configuration
  • Web Frameworks
Powered by GitBook
On this page
  • Installation
  • Classes

Was this helpful?

iCheck

PreviousMethodsNextList

Last updated 3 years ago

Was this helpful?

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

Classes

iCheck for WireBootstrap classes are located inside the wire namespace.

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

const list = new wire.icheckList();

iCheck for WireBootstrap will load version 1.0.2 of ichek.min.js from a 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 if not found on the page.

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

CDN
CDN
wire.ui.component
iCheck
iCheck for WireBootstrap