Radio Button - howto uncheck the others

Keep only one checked Radio Button
RButton

5 Likes

Capture

3 Likes

It seams my version is simplier. :thinking:
Both reference each component comparing with current changed one.
Both verify current componente checked property.
But is good to see several ways to do some thing.
:+1:

2 Likes

Actually if you use 3 or less radio buttons your code uses less blocks but using 4 and more your blocks are getting more more. In the other hand @Hassan code for every new radio button adds only one new block.

2 Likes

I’m doing it like this :upside_down_face:

bild

10 Likes

Yes. In my example I have 5 radio buttons. 23 blocks.
You would use 18 for 5 radio.

wow, really creative! Thx!

hi all sirs.
you all has kindly given choice. i am try what is send by hassan. almost dne exept ‘set rado buton checked of component…’ plese tell wher i can get this bloc. it green but not find in logic. plese hlp. ty

Do you mean this block?
component_event

It’s here:

And then here:
image

Yoshi

It should be this one

ty. i means this … radiobuton

It is here…

My note sed… if i select 1 buton in a column, then other butons must become disabled… once one radiobuton is check, then that colom is locked. this block is not at al working.
Out of meny kind ansers I has used secand one. Out of list of rb if one is changed,… Can you plese explane? In simpal English

Once one buton is checkd other all must lock. It not hapen in this code. Can you plees help. Otherwise, I will put one set chekbox or buton, after clik any rb, I clik set. Now no rb can be change. Set chekbox also canot unchek. (seprate reset buton to make all cleen agian)

Plese help. I will also try.

Onse agin I thNk all responsers.

Do you want the radio button to lock
or it will lock itself and you don’t want it?

Now it is not lock. I wants to lock. Ty

If you want to lock then set all to Enabled.false

yes, it worked. now if one rb is chekd, then we cant cnhange other.

grid2

next, dependinng on which buton is select, text box must get some value. so, if r111, put 100 in textbox. if r112, 50, if r113, 25, if r114, -25(minus 25). plese help.

5 posts were merged into an existing topic: Depending on which buton is selected, text box must get some value