B4X:
Sub rbtTest_CheckedChange(Checked As Boolean)
Dim rbt As RadioButton
rbt = Sender
RadioButtonIndex = rbt.Tag
UpdateCheckBoxes
End Sub
what form is "rbt" in that I can determine which button was selected.
I wish to branch program code from here to handle the button selected.
Thanks for your help!