I'm starting to experiment with label expressions in Pro. I was able to create the a label class using expressions to have the barcode font and normal font below it inside the same label.
My boss was impressed and now wants to know if I can make the callout boarder and lead-line conditional. The feature.field that want feeding the conditional statement is a text domain with T(ee),F(airway),G(reen),R(ough) or B(unker).
I'm looking for something along the lines of
IIF(feature.field = t, <CALLOUT> backgroundOutlineColor = [RGB dark green] + leaderLineColor = [RGB dark green]</CALLOUT>, [nested IIF() for feature.field= f,g,s and b]
Final clarification, I'm looking for an expression that controls the options below.

I've been told that using a popup, with HTML is an end around. This didn't work for me, as they need to be persistent in layouts and need to label engine to avoid overlaps.