TRUE/FALSE -> output in words

Hey guys,
I would like to visualise TRUE/FALSE data, but in other words. How can I connect this data from my backend to YES/NO (or other words) in the frontend?

Thank you for your help!

Once you receive your data from your backend, there are many ways to customize how you display your data on the frontend.
One way you can do it is by adding 2 text elements - “yes” and “no” - and show/hide them depending on the data. You can learn more about how to conditionally show/hide elements in the docs here: Dynamic values | Learn Plasmic

1 Like