Traffic light
Displaying variables as a Traffic light places a binary check condition with a green/red background according to which conditions have been met.
Traffic lights are great for providing instant pass / fail indicator for any design check calculations:

You can create it following the next steps.
Create a variable with a conditional:

Open the variable settings

Change the Display as option to "Traffic Light"

Your variable is going to look like this:

For a better experience you can hide the Display Name and Formula in the Visibility options:
Your variable is now going to look like this:

You can add a special message using touples:
Axial_Check_ = Ratio > 1 ? [false, "Fail"] : [true, "Pass"]
In those cases you can hide the Value from the Visibility options:

And have this result:
Last updated