What aren’t my custom css buttons submitting with radio inputs in Rshiny application?
I am fairly new to using Rshiny and am trying to use styled css to make a multiple choice looking test. This will connect with a backend to effectively track all submissions (think: google forms). When I run this code, the submission tracks the text input perfectly fine, but doesn’t save the submissions with the radio buttons. All I’ve seen online is that radios are best to be used without css as it can be finicky. How do I fix this application?