We are using multiselect dropdown in databricks, based on the selection in the multiselect widget the query results the graphical data. Currently we can select or unselect the options one by one individually but we wanted to have a way to select and unselect all the options from widget.
Code for the multiselect widget :
dbutils.widgets.multiselect("channel", "Temp", [str(x) for x in channel])