WireBootstrap Pro Pack
Docs Home
Product Site
Support
Search…
Introduction
Installation
Bootstrap
Buttons
Checkboxes
Configuration
Data Binding
Events
Input
Modals
Search List
Select
Table
Chart.js
Dataset Filter Labels
DataTables
Date Range Picker
iCheck
Select2
Sparklines
Toastr
Powered By
GitBook
Checkboxes
Bootstrap Checkboxes
Bootstrap's
Checkboxes
enhance basic HTML radio and checkbox options.
​
Use the
bsCheckboxes
class to create an instance of Bootstrap's checkboxes inside WireBootstrap.
1
const
myCheckboxes
=
new
wire
.
bsCheckboxes
();
Copied!
Render the component using an HTML
div
element.
1
<
div id
=
"checkboxes"
></
div
>
2
...
3
myCheckboxes
.
render
(
"#checkboxes"
,{
4
...
5
});
Copied!
Previous
Data Binding
Next
Configuration
Last modified
6mo ago
Copy link