Switch Issue

Might be over looking something. I have a switch component bound to an MSSQL bit field, but the build fails with error CS1503: Argument 1: cannot convert from 'bool?' to 'bool'

Any tips?

Note that "Checkbox" works without issue.

Hi @kest874,

The Switch component value can be only true or false while your field is nullable.