In Vision, checkbox components were able to support reading and writing to int tags with the numeric values of 0 and 1. It appears that you can write 0’s and 1’s with a bidirectional tag on props.selected, but the checkbox does not visually update (meaning you can’t uncheck the checkbox and can only write 1’s), and it also displays as an error in the property editor.
Any chance of this functionality being added/fixed?
There are ways to work around this in Perspective with, say, a map transform and a system.tag.write call in an onActionPerformed script, but it’s cumbersome vs. simply setting up a bidirectional binding.
Thanks!