In previous versions, the DxCheckBox component did not support the indeterminate state when it was bound to numeric data types. Numeric values defined checkbox states as follows:
- 1 - the checked state;
- 0 and all other values - the unchecked state.
In v19.2.1, DxCheckBox supports the indeterminate state for numeric types and interprets their values in a more intuitive manner:
- 1 - the checked state;
- 0 - the unchecked state;
- all other values - the indeterminate state.