How to multi-select items in ComboBox or ListBox?

Hello, using JUCE GUI
I want to select multiple items by mouse clicking (with pressing Alt or Ctrl key etc)
given a list of items
(where the list is dynamic, frequently updated)

For example, I am trying to do so using TextEditor (multilined)
or ComboBox ?

So could you please advise me how to do this reasonably ?
Thank you

Listbox might be the widget to use:
https://docs.juce.com/develop/classListBox.html#a9582ec297c14961573f0f4eb62e0036d

Might not be possible with standard Combobox…

Dear Adam:

Thank you for your information and kindness
Have a great week !