-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Using bootstrap-vue@2.0.0-rc.15
.
<b-form-checkbox>
requires a label to work properly. If label is empty, there's extra padding/margin around the checkbox.
A workaround is to add plain
prop to <b-form-checkbox>
.
Here's Bootstrap documentation on checkbox without labels: https://getbootstrap.com/docs/4.1/components/forms/#without-labels
josefinaestevez and rubebop