It seems this question keeps poping up. But I ll keep it simple:
1. What is the best way to store checkbox values, when multiple choices are selected?
2. Is it possible to show such record on a read only checkbox?
I also checked Checkbox Component - Appian 21.2, but I could not find the information I am looking for.
I also tried changing the DB and CDT from integer to varchar/text.
Additional topics I looked at:
Appian Community
Kind regards,
Discussion posts and replies are publicly visible
Like any "multiple" you should store the values in an array. How they should be subsequently stored entirely depends on what downstream processing you want to conduct on these values.