Filter

iCheck Filter for WireBootstrap uses the iCheck plugin to provide an advanced list selection filter.
Use the icheckFilter
class to create an instance of the iCheck Filter for WireBootstrap component.
const myFilter = new wire.icheckFilter();
Render
Render the component using an HTML div
element.
<div id="filter-list"></div>
<script>
new wire.icheckFilter().render("#list", {});
</script>
Last updated
Was this helpful?