Grouping Multiple Radio Buttons

Problem:

Usually (in HTML) when you have a group of radio buttons, checking one radio button should uncheck the rest of them.

But in ActivePresenter, when I add multiple radio buttons to a slide all of the radios are disconnected from each other. I can check each radio individually, and it will remain checked when checking any of the other radios… which kind of defeats the purpose of radio buttons.

I can see no way to group radio buttons at all. I have tried giving all of the radios the same name (which is how they group together in HTML) but that didn’t work.

Is there something I am missing? Or does ActivePresenter not support the grouping of radio buttons?

Thanks for any advice you can give!

ActivePresenter version:
9.2.1

OS:
Windows 10

You should be able to select all of the radio buttons you wish to group - then right click on them and select Group
Or just CTRL-G on the PC

Also - Select your buttons then go to the format tab and select Group.

Hope these help!

2 Likes

That worked perfectly, Greg.

Thanks so much!