Toggle Button "Selected Label"

I have figured out how to display a different label on the Toggle Button if it is selected. However, it would be nice if the Toggle Button had the built-in property, “Selected Label”. It already has “Selected Image Path”, why not a different property for the label too?

This would really help me out! Thank!

This is a good idea, but might be tricky to implement due to backwards compatability. In the meantime, simply bind the toggle button’s label property to an expression like this to achieve this effect:

if({Root Container.My Button.selected}, "On", "Off")

Hope this helps,