Editing IOBox Enum options

Seriously. It’s either very well hidden or I’m really stupid.

I’m trying to edit the options of an IOBox (Enumerations) but I can’t get it anywhere. No amount of double-clicking or right-clicking is allowing me to edit the actual text used on the iobox. The inspektor won’t let me define the number of options or edit the text. I just want to create an IOBox Enum to control a Switch.

What am I missing?

maybe CreateEnum(Enumerations) node but i don’t know how does it work.

You’re right, it’s with CreateEnum. Thanks. I wonder why it’s not mentioned on the help.

But wow, not only it’s very clumsy (I just needed a small combo box-like list, not an entire subsystem of strings and lists!) but ridden with bugs too. I guess I’ll have to use a bunch of buttons instead.