Quote Originally Posted by swguy View Post
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.
Er, the current Bootstrap template version is 3.0.0 (with 3.1.0 currently in development).