Vision - 2 state toggle - binding indicator value to the control value property

The manual says:
"Indicator Value : Bind this to the tag that indicates the current state. "

When setting up a page, I bound the indicator value to the control value property to observe the performance.

Is it a good practice to bind the 2 state toggle indicator value property to the control value property?
Is that going to mess up my program later?

It is fairly common. But consider binding them separately to the same tag. Slightly different behavior, IIRC.

2 Likes