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
Status
Resolved
Specification of the issue
- User: Pro
- Premium support: Yes
- Technology: jQuery
- MDB Version: 4.11.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: Yes
Related topics
lemons commented a year 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 premium commented a year ago
That's awesome! Thank you so very much!