I have created a query tag that I bound to the ‘selected’ value on my toggle switch. The tag value from the db is Boolean. I need it to be Enabled or Disabled. I tried to use a transform on the 1,0 value from the tag binding but it only shows null. I then tried to do a mapping on the toggle switch text thinking I could map the 1,0 to Enabled or Disabled.