I need to change div class depend on variable value. The problem that value can have multiples values that should be evaluated as true for me.
isActive: "yes"
can be: "true", "agree". How to add switch of class and accept all this three variants: "yes", "true", "agree"?