Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Hi,
I'm working with boolean property widget. I haed to check it's in readonly state. The code is like:
The condition is always true even if the checkbox is in active state. I checked the widget implementation: "epi/shell/widget/CheckBox"
There is:
The set method returns object - never false value. I wonder if there should be read instead of set or this is a kind of trick and I should not use "readOnly" property that way.
For this moment I have a workaround: