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

Was this helpful?

  1. iCheck
  2. List

Events

PreviousData BindingNextFilter

Last updated 3 years ago

Was this helpful?

The iCheck List for WireBootstrap component extends the class. As such, it inherits all its base events.

The following events are added to the iCheck List for WireBootstrap component.

Name

Description

change(config)

Raised when an option in the component is checked or unchecked passing the standard WireBootstrap .

const list = new wire.icheckList().render("#list", {
    ...
    events: {
        change: (config) => {
            ...
        }
    }
});
wire.ui.component
user event data