Hello all
I’m trying to use radio buttons in Perspective, but I’m running into some challenges.
Here’s my setup: I have 8 string tags in my PLC. Each tag may or may not contain a string. The goal is to display a radio button for each tag that contains a string. For example, if only 3 out of the 8 tags have strings, there should be 3 radio buttons visible on the screen.
Initially, I tried using a radio button group, but I realized that individual options in the group don’t have display or visibility controls. Because of this limitation, I decided to create 8 separate radio buttons instead. This way, I can control the visibility of each button based on whether its corresponding tag contains a string or is Null.
So far, I’ve managed to toggle the visibility of the individual radio buttons successfully. However, I’m now stuck on how to ensure that when one button is selected, the others are automatically deselected since they are no longer part of a single group. Tried to toggle selected option or use the path but I have not come into a desired solution yet.