Last updated 2 years ago
Bootstrap's enhance basic HTML radio and checkbox options.
Use the bsCheckboxes class to create an instance of Bootstrap's checkboxes inside WireBootstrap.
bsCheckboxes
const myCheckboxes = new wire.bsCheckboxes();
Render the component using an HTML div element.
div
<div id="checkboxes"></div> ... myCheckboxes.render("#checkboxes",{ ... });
<wire-bs-checkboxes wr-config=""></wire-bs-checkboxes>
Use the wire-bs-checkboxes web component to render the component using .
wire-bs-checkboxes