Consider this...
"Some Text: True / False"
So normally I will have expression / text and if condition when true show this icon else false show that icon
It would be great and reduce a lot of click and nested layout tree when you can type it all within 1 single expression -> "Some Text: " + if(ConditionIsMet,RenderIcon(GetIconName('check'),SetIconSize(2)),RenderIcon(GetIconName('close'),SetIconSize(2)))