Hello!
Is there a way to change the color a toggle button has when it's toggled? Since the default gray is ugly.
A quick glance at UI's docs (this & that) showed that there's no way to do using attributes.
I also tried to use a "toggleGroup" "toggleSelectedColor" attribute, but it seems to affect nothing. Am I missing something?
Markup:
<Panel width='50' height='50'>
<ToggleGroup toggleSelectedColor='Red'>
<ToggleButton colors='White|Green|Blue|Black'/>
</ToggleGroup>
</Panel>
Thank you in advance for your response :)