Hello there,
I've been trying to implement an option group in my application, following the example provided at Buttons :: Checkbox and Radio Buttons. However, I've encountered an issue where the styling does not seem to be applied correctly and the option group fails to work as expected. While I have made sure there are no JavaScript errors and have essentially copied the example code, it seems like there might be an issue with the JavaScript functionality.
To showcase this problem, I've set up a CodePen with the essential components of my implementation. Even on this simplified platform, the issue persists, leading me to believe that there isn't anything inherently wrong with how I integrated it into my app specifically. Additionally, I have included all the necessary dependencies in the <head>
section of the CodePen as well.
https://i.sstatic.net/xu2ad.png
According to my interpretation of the documentation, I shouldn't be seeing the radio buttons, and the state of the active
button should change accordingly.
Thank you for your help in advance!