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>

Last updated