I am attempting to recreate a custom checkbox design that I found on Codepenhere
However, the use of Bootstrap 4 in the rest of my project seems to be interfering with my custom checkbox style.
Here is my test version My test
here
I have added a .myCheckbox class to the input element compared to the code from the working example. I am struggling with how to override Bootstrap to achieve the custom checkboxes I want.
Any advice from someone who has experience with this issue would be greatly appreciated. Thank you.