I am not sure if i am missing something here.
I place a checkbox on a page and set the tristate to false.
If i try to use the true/false value of the checkbox to set the visability of another component i get the error that i cannot convert type bool?
to type bool
If you set the tristate to false does the checkbox remain a bool?
?
How can a checkbox be used to set the visability of another component?