If then else check

I can’t add a check for TRUE value of two variables, if both are true then custom string “ENABLED!”, else “off.”

help me please

Something like this, maybe?

If-Then-Else(And(var1, var2), Custom String("ENABLED!"), Custom String("Off"))

yeah its probably what i need was just missting my time using true for all instead and