List

iCheck List for WireBootstrap enhances basic Bootstrap checkboxes and radio buttons.
Use the icheckList class to create an instance of the iCheck List for WireBootstrap component.
const myList = new wire.icheckList();Render
Render the component using an HTML ul element.
<ul id="list"></ul>
<script>
new wire.icheckList().render("#list", {});
</script><wire-icheck-list wr-config=""></wire-icheck-list><WireComponent component="wire.icheckList" config={}>
<ul></ul>
</WireComponent><ul wire-component="wire.icheckList" v-wire-config=""></ul><ul wire-component="wire.icheckList" [config]=""></ul>Last updated
Was this helpful?