| Default |
|
<button class="btn btn-secondary
btn-checkbox">
<div class="custom-control
custom-checkbox">
...</div>
</button>
|
| Hover |
|
Handled by Bootstrap class
.btn-secondary:hover
|
| Pressed |
|
Handled by Bootstrap class
.btn-secondary:not(:disabled)
:not(.disabled):active
|
| Selected |
|
Handled by bootstrap attribute
checked
|
| Disabled |
|
Handled by bootstrap attribute
disabled
|
Contents
Styleguide: Checkboxes
| Default |
|
<button class="btn btn-secondary
btn-checkbox">
<div class="custom-control
custom-checkbox">
...</div>
</button>
|
| Hover |
|
Handled by Bootstrap class
.btn-secondary:hover
|
| Pressed |
|
Handled by Bootstrap class
.btn-secondary:not(:disabled)
:not(.disabled):active
|
| Selected |
|
Handled by bootstrap attribute
checked
|
| Disabled |
|
Handled by bootstrap attribute
disabled
|
| Default |
|
<button class="btn btn-secondary
btn-checkbox">
<div class="custom-control
custom-checkbox">
...</div>
</button>
|
| Hover |
|
Handled by Bootstrap class
.btn-secondary:hover
|
| Selected |
|
Handled by bootstrap attribute
checked
|
| Disabled |
|
Handled by bootstrap attribute
disabled
|