Custom Yes/No types

copy from another email I got:
In the tutorial video i see yes/no as an option for data type. When will we have this option and will we be able to change the display for yes no so that it can apply to other yes no type questions such as male/female residential/commercial etc…

1 Like

You can use a yes/no data type for anything that make sense with a checkbox experience (both in the content manager and in the site itself).

For something like male / female or residential / commercial I’d use a string field, with a dropdown in the site. Then, in the dropdown, I’d add as the items just two options - male / female or residential / commercial.

At this time, we do not have an Enum data type or a Lookup data type.

By the way, the data type for Yes/No is Boolean, in case you couldn’t find it.

You right, it’s boolean type