I usually face the situation that when I collect “preferences” from users, they want a checkbox/switch style but the only supported value is True/False. To show the right preference content to users I have to make multiple columns in an array column style to take the “text” value back, then make appropriate relations.
It would be nice if we can specify the “True” and “False” value, so let’s say when I check a “Music” preference, it would write Music to the data instead of True.
I also have a switch/checkbox suggestion ---- have it completely left out of the sheet (as an option). Sometimes I just want to use a checkbox to show/hide a field or group of fields and the checkbox value has zero meaning in the sheet. It would be great to be able to use checkboxes or switches as independent fields simply used to show or hide other fields (like an accordion-style component that just shows or hides other field without writing anything back to the sheet).