The problem I have is using a radiogroup within the imported widget, it can’t be used more than once per instrument because all instances will refer to the same group and act as one.
If radiogroups() supported string names it would be far easier to use them within imported widgets safely, avoiding conflict with any other radiogroups() that may exist.
I would also suggest that radiogroups() within an imported widget’s cabbage section should get parsed to include the channel prefix, similar to channel() and identchannel(). Hopefully this would still be compatible with numeric groups, for example… radiogroup(1) could become radiogroup(“ChannelName1”)