Events

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

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

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

Last updated