Change visibility of control based on it's value

Is there a way to change the visibility of a control based on it’s value? I want to show a checkbox if it’s value is ‘true’ or hide it if it is ‘false’.

Hey, @merc4christ, please take a look at this example, it should achieve your goal: https://snippet.webix.com/r7bw8uj8.

Thanks…that is what I was looking for. Much appreciated.