Use case
I have a button component which for different colors we use different text styles (one is bold the other is regular).
Solution
It would be great if I could just add to the button variables table a String field where I say which style to use based on the mode and bind that String to the text style of the label.