Posted 8 November 2024, 7:36 pm EST
Hi
I’m not sure if I missed it, but it doesn’t seem like C1CheckBox has support for a T parameter, so I can be specific that I want to bind to a bool instead of a nullable bool?
It makes it difficult when I want to bind to my model which has a backend of SQL with a non-nullable bit field. I can make additional properties to do the smarts, but it seems like a lot of extra work and makes it messy especially when I have a lot of them.
It would be nice if C1CheckBox was flexible in this way, such as MudCheckBox is with a T parameter.
Is this possible to have as a feature?
Thanks
James