Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Radio in UserOptions and/or CSS show/hide divs based on select

July 13 (8 years ago)
Matt Carpenter
Pro
Sheet Author
I have been looking through some example of UserOptions (Defaults for sheet values in Campaign Settings) and have not found a working example of setting a radio input.  Is this possible and if so what would the JSON look like?

Could you set it up as a select in UserOptions but have it actually be a radio in the sheet?  In my case CSS wizardry means it has to be a radio unless there is a way to display/hide divs based on a select value I don't know about.
July 14 (8 years ago)
Matt Carpenter
Pro
Sheet Author
Figured out a way to work around these issues/questions.  I have a select which will via sheet worker set the radio.  This lets me have the values in the radio plus another default per other field value.
July 14 (8 years ago)
Jakob
Sheet Author
API Scripter
Just a remark: every CSS trick that works with a radio also works with a checkbox, and checkboxes are often more convenient to work with because you can duplicate them all over the place without a headache.. Just in case you didn't know...
July 14 (8 years ago)
Lithl
Pro
Sheet Author
API Scripter
If the name of your select is the same as the name of your radio button group (and the radio inputs have the same values as your select's options), you don't even need a sheet worker; Roll20 will sync them automatically.