Redesign module selection radiobuttons
Closed this issue · 2 comments
simon-smart88 commented
It would look better and be more user-friendly if the radio button selector was removed (so only text was visible) and the current selected module was highlighted / bold etc.
simon-smart88 commented
This is close to what I'm after but would need some redesigning of colours.
shinyWidgets::radioGroupButtons(
"respSel", "Modules Available:",
choiceNames = insert_modules_option_names("resp"),
choiceValues = insert_modules_option_values("resp"),
selected = character(0),
direction = "vertical",
status = "primary"
)
simon-smart88 commented
status = "outline-secondary"
is better still, but tricky to get it looking good in combination with the module classes