Show boolean as true/false or yes/no instead of checkbox within a template grid

0
Hi all, Is there a way to show boolean values within a template grid as true/false or yes/no instead of the checkbox default behavior?
asked
2 answers
1

Have you considered using an enumeration? See this and this for details.

answered
0

Check out the RadioButton List widget. if you are given issues with using it in a template grid, use a FormLoader.

answered