Add box-sizing: content-box for compatibility (#1229)
Some CSS resets (including Bootstrap's) contain *::after{ box-sizing: border-box; } This breaks the checkbox component style. Therefor add box-sizing: content-box explicitly to increase compatibility.
Showing
Please register or sign in to comment