Is there any example where we can learn about tristate checkbox and how to examine checkbox states?
Hi @Djordje,
Did you check the TriState checkbox demo? There isn't much to add really - the value must be of type boolean? - null means that the checkbox is in indeterminate state, true that it is checked and false - unchecked.
Thank you Atanas. That null status is mostly what I need.