Use Shiny to create a checkbox list?

Hi @Andrea

This is very doable in Shiny. I'm going to give you a set of functions to take a look at and hopefully be able piece it together. It is not a trivial app, but it is not unrealistic.

Ideas:

The color in the background is a little harder to implement. (Involves css and more complex renderUI setup. Easier to update a working app than to try and learn it all at once.)

Please check back in once you've got the checkboxes how you'd like them! So that I can also see what you're seeing, please follow this guide to produce a reprex, thank you! Shiny debugging and reprex guide

2 Likes