Topic: Radio Buttons Not Working
I'm not being successful figuring out why my radio buttons are not working on this page: http://www.cntportal.com/test.php
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.11.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: Yes
Related topics
lemons commented 5 years ago
give every radio input an ID and add the for reference to each of the labels. (e.g.: input1 -> id="radio1"; label1 -> for="radio1", ...)
jsnull pro commented 5 years ago
That's awesome! Thank you so very much!