Is there a multi select dropdown widget available in the editor

Thank you!
So something like this line 1600+

                        {
                            value: "selected",
                            label: "Selected Solar Events", 
                            title: "Selected Solar Events", 
                            icon: "fa fa-list",
                            showLabel: false,
                            multiple: true,
                            options: solarChoices,
                            default: ["sunrise", "sunset"]
                        },

Great, will try this :wink: I searched here but couldn't find the 'multiple' property. Are there perhaps other hidden treasures like a color type .... best together with with alpha value?