[RESOLVED] Multiple Radio-Buttons selection
Hello to all
I have a dialog containing 3 radio-buttons.
It will be possible to allow a multi-selection on those buttons?
I would like that user could select only one button or plus buttons at the same time.
I am writing C code without any class.
Thank you very much.
Re: Multiple Radio-Buttons selection
No. Use check boxes instead.
In "Radio button", there is "radio". Remember when you (or your grandfather) was young and had a radio. You pressed the button for long waves, and the button for the medium waves or the short waves popped up. Only one button was down at any time.
Re: Multiple Radio-Buttons selection
It works! Changing the type to checkbox I can select multiple choice!
Thank you olivthill2 for your help!