My website is built on Bootstrap 4 and I am encountering an issue with the radio and checkbox button groups. Instead of displaying the buttons properly, they are showing the actual radio and checkbox UI elements like in the image below:
https://i.sstatic.net/W0Ggr.jpg
This example is directly from the Bootstrap documentation. I have attempted to troubleshoot by removing and re-installing Bootstrap 4, deleting the site.css file, and even getting rid of the open-iconic css, but none of these fixes have worked. Unfortunately, my searches for a solution online have not yielded any results. I am using Chrome version 64.0xxxx and VS 2017 MVC5.
Below is the order in which the CSS and JS files are loading:
https://i.sstatic.net/uELt1.jpg
I would greatly appreciate any assistance as I have already spent countless hours trying to resolve this issue.