Configuration
Properties
const list = new wire.icheckList().render("#list", {
...
skin: "square",
color: "blue"
});iCheck
const list = new wire.icheckList().render("#list", {
...
icheck {
cursor: true
}
});Last updated
Was this helpful?