Show "not checked" bolean on "Fields"

Hi folk’s!

I need to show a vehycle checklist where the bolean field is a switch button, and when i show the list in fields the item where suitch button is off, i can’t show to the user.

You could create an if-then-else column, something like:

  • If Boolean is checked, then :white_check_mark:
  • Else :x:

And then use that column in your fields component.

Hi!

So i can’t display “not checked” on “Fields”

No, but can do as @Darren_Murphy said above

Or, trying to simulate as a ‘‘unchecked’’ and ‘‘checked’’ you can create an if-then-else column, something like::

  • If Boolean is checked, then :white_check_mark:
  • Else :white_medium_square: