Hello everybody,
Thanks to the R Studio for their great work!
I would like to add some HTML or JavaScript or even SVG code into some Shiny controls (in my case checkboxGroupInput and selectInput / selectizeInput).
For instance I would like to add directly before (or in front of - I mean, on the same line) each option / item of the previous controls e.g. a straight colored line or a colored circle (small), etc. My intention is indeed to replace the legend of the graph generated by the R server code.
Do you see any possibility to do that?
I'm aware some HTML tags are available directly in R. But I didn't manage to achieve what I want.
I also noticed that selectizeInput extends the possibilities to include JavaScript bits but that's only for this control, not for check boxes.
I would be grateful if someone could help me.