2022-10-05 02:00 AM
I see that you can place multiple radio buttons on a screen and they work as expected. (all the buttons)
Can you have multiple radio button groups on the same screen?
see image below can I have group 1 work independently to group 2
How can I achieve this with independent groupings or can you suggest another widget?
Current requirement is to be able to select either a switch type of N/C or N/O.
PS. I might have more than 2 in the group sometimes.
2022-10-12 07:12 AM
Hello WhyIsThisSo,
I'm not sure to have correctly understood your question. Can you be more specific please ?
Do you want to uncheck a radio button when you check an other one ?
/Osman
2022-10-14 06:02 PM
Hi @Osman SOYKURT
Sorry, bit confusing my bad..
General question about radio buttons. Can there be multiple groups on the 1 screen?
See image where 1 is the first click and 2 is the second click. After the 2nd click the first click is deselected. Can / How do you group these?
Another question about custom containers. I would like to have the following button arrangement. I would like to use this button arrangement on several screen and possibly other projects. Only one button can be selected at once. I would need to be able to change the text color and back ground of the selected button. A click event as well for each button.
Questions
PS - Not asking for code to be written but the right approach to this task.