I am having a hard time using a simple check box in a list view. The app crashes when I add a check box to a list view and want to feed the value from a boolean of a DataType.
The check box is bound to the DataType boolean value, so my expectation is that the list rendered (it does) and the check box set based on the value.
Sadly, the build fails, telling me that the DataType doesn't exist. According to the stacktrace, the mapping fails with invalid type?