Radio Button View CheckedChanged

barx

Well-Known Member
Licensed User
Longtime User
Just a little query

If you have say 2 radio buttons

rad1, rad2.

If you add the event

B4X:
sub rad1_CheckedChange(Checked as Boolean)
    ....some code
end sub

As this is triggered when the radio button changes state, shouldn't it trigger when the other radio button becomes checked. i.e. checked state moves from rad1 to rad2 by tapping on rad2?

I expected this but it doesn't. Not a real issue in my current project.

Thanks
 
Last edited:
Top