Now that we’re able to design fancy UI’s in interactive ways (totally awesome!), I think there’s a value for a new “interactive(BOOL)” setting for widgets. Currently consider that all widgets have interactive enabled. Disabling it would prevent the user from interacting with the widget, making it more of a display than an input.
Currently I’m using a checkbox as an “led”, but the user can turn on or off the led regardless of whether it should be on. Disabling the interactive mode on the widget would make it respond only to channel values and identchannel changes. Similarly an rslider or vslider and maybe others might be used only for displaying data in a certain way, but not meant to be interacted with.