Hi there,
The community has posted something along the lines of making sure that Boolean fields are not null.
My question is the opposite. I was wondering if there was any support for nullable Boolean fields. In my database schema, there are cases where booleans are only applicable in certain cases, and thus a nullable boolean field is needed. Right now, both the Switch and Checkbox component map "null" values to "false".
Thanks for your help!