Events
const list = new wire.icheckList().render("#list", {
...
events: {
change: (config) => {
...
}
}
});Last updated
Was this helpful?
const list = new wire.icheckList().render("#list", {
...
events: {
change: (config) => {
...
}
}
});Last updated
Was this helpful?
Was this helpful?