Draw icon or image on GoTextNode subclass with Exp

For the full version I have ssen the DecoratedTextNode examples.
Is there something similare for the express edition?

I want do draw a checkbox in the node wether the workstep if done or not.
Of course I can use the paint method and I am wonddering if there is a more convenient way to do this?

Thks in advance,

fridi

One of the restrictions of GoExpress is that you can’t define your own nodes, other than simple subclassing of the built-in nodes Express provides. DecoratedTextNode “adds” the decoration as a separate GoObject to the node, and that’s not supported in Express.

So, the only option is to do what the TriangleTextNode does or upgrage to the full product.