For 16px base value, layout gets distracted in Switch section
I've set up the base value of font in the body is 16px. While referring your code and I've found that you have assigned 14px for the base value in the body tag. When I've changed it to 16px it's get distracted.
See the example given below.

I have the same problem. Just changed font-base-size from 0.875(14px) in Bootstrap to 1rem (16px), and the exact same error presents. Any advice?
I have the same problem. Just changed font-base-size from 0.875(14px) in Bootstrap to 1rem (16px), and the exact same error presents. Any advice?
You can assign the font-size to pretty class instead of changes the base-font-size in bootstrap.
Also, Check the Scalability option
https://lokesh-coder.github.io/pretty-checkbox/
Please check this pull request if it solves your problem. https://github.com/lokesh-coder/pretty-checkbox/pull/44