I have not yet used a multiselect, but for a single value widget you get {"widget":"value"}
And according to the help:
When using dbutils.widgets.get() with a multiselect widget, you get a string of
comma delimited items that are selected by user.
So I would think you have to pass a comma separated string, so "ALL, A, B, C", a string object not an array.