You can allow a user to make multiple choices which is broadly used in forms and surveys See the examples.
Detailed documentation and more examples you can find in our Bootstrap Checkbox Docs
Basic example
Disabled checkbox
Add the disabled
attribute and the associated <label>
s are
automatically styled to match with a lighter color to help indicate the input’s state.
Inline checkbox
Group checkboxes or radios on the same horizontal row by adding
.form-check-inline
to any .form-check
.
Toggle buttons
Group checkboxes or radios on the same horizontal row by adding
.form-check-inline
to any .form-check
.
Rounded toggle buttons with icons
Group checkboxes or radios on the same horizontal row by adding
.form-check-inline
to any .form-check
.
To get the effect of rounded buttons add .btn-rounded
. to <label>
class