Bootstrap
Docs HomeProduct SiteSupport
  • Introduction
  • Buttons
    • Configuration
    • Data Binding
  • Checkboxes
    • Configuration
    • Data Binding
    • Events
  • Input
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Modals
    • Message
    • Error
  • Search List
    • Configuration
    • Data Binding
    • Methods
  • Select
    • Configuration
    • Data Binding
    • Events
  • Table
    • Configuration
    • Data Binding
    • Events
  • Web Components
Powered by GitBook
On this page

Checkboxes

PreviousData BindingNextConfiguration

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.

const myCheckboxes = new wire.bsCheckboxes();

Render the component using an HTML div element.

<div id="checkboxes"></div>
...
myCheckboxes.render("#checkboxes",{
    ...
});

Web Component

<wire-bs-checkboxes wr-config=""></wire-bs-checkboxes>

Use the wire-bs-checkboxes web component to render the component using .

Web Components
Checkboxes
Bootstrap Checkboxes