Hi, I have a radio button, which have 3 lines. The condition which I want is, the first line should be shown to the users only between 09:00 to 15:00. And then It should be disabled for all users.
There’s no option as I know to uncheck a line. You can separated each radio button and add your condition to the first one based on hour. On each radio button, you run an action (on changed) that check and uncheck all other 2. Some javascript expert here can probably proposed another way (I’m waiting for)
I have separated each radio button, added the conditions to the first one based on hours as you mentioned (we need to put these above mentioned conditions together in a line, and it works), and it is working fine. Now the first line has hidden.
But now I am not able to run the action to check and unchecked the buttons. In this condition, each radio button is getting checked.
On each radio button, create a state (on off) and apply on each radio condition When : state (on off) is ON, the Default : checked. No way in action to do it. And yes, the two conditions must be together with an AND operator (updated).
Just got another idea, simply put a shade in front of line 1, and keep your original design. The only problem is the grey thing… opacity must work here.
The last option will be created your own icon and make it as described.