I was requesting Enums for a long time and finally, they added a multi-switch node that works at runtime. But it would be great to use this kind of multi-switch node for static switching and reducing instruction counts as we do with static switches.
So please, either add a checkbox to make it static or create another one with multiple inputs like in the image but will be static and for editor use only.
Note: if you can replace the Switch Value from just float to Enum it will become more user-friendly because it’s hard to remember the numbers and even with the description and tooltips it’s still not that convenient. So having a static enum that can take as many option as we want just like this switch great. A Static-Enum and Static-Enum Parameter would compliment it better.