simon-smart88/disagapp

Redesign module selection radiobuttons

Closed this issue · 2 comments

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.

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"
)

status = "outline-secondary" is better still, but tricky to get it looking good in combination with the module classes