I want to create 5 groups of radio buttons on a form, but each group should be independent.
In VB if you put radio buttons in a frame, they act as a group (i.e. only one can be pressed at a time) and you can have multiple frames. What is the equivalent way of achieving this in B4a ?