Hi There,
Is it possible to change the radio button text color of a single selected value in Power Apps ?
Eg. 'Color' property, If(Radio1.Selected.Value = "Mark", Yellow)
This changes all the values to yellow, instead of just the text "Mark".

I've observed the formula above works as desired for the 'RadioSelectionFill' property
If(Radio1.Selected.Value = "Ben", Green)

Any assistance would be sincerely appreciated!