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