May 28, 2024
Question
Text property gets reset when variant is set by a variable
- May 28, 2024
- 8 replies
- 504 views
I’m working on creating a reusable radio component for my team, and I’m now seeing this weird interaction.
I have the variant for each radio bound to a local variable, and I set the Not Selected variant for the other radios when one is selected.

The issue I’m seeing is that when the other radios are set to the “Not Selected” variant via this bound local variable, the Text property for the label is reset to the value set in the main component. The expected text returns when I hover over the button to trigger the “Change” to the Hover variant.
Is this a bug, or am I just going about this all wrong…?
