
Originally Posted by
swguy
After updating to 1.5.7 and Bootstrap 4.3.1, I noticed that the checkboxes and radio buttons were doubled - see image below.
To disable this behavior I added
.custom-control-label::before {
display: none;
}
to my stylesheet.
Bookmarks