Hi,
I'm trying to find if there is a way to have something similar to shinyWidgets picker Input but as a list box like what is possible for selectInput
selectInput('in3', 'Options', state.name, multiple=TRUE, selectize=FALSE)
As in I want a silm select input with multiple named sections. My main problem with selectInput is that you have to drag select or ctrl click them which I don't think is super great, so I was wanting a single click and a tick icon or something to show its selected.