Topic: Radio Button or Option Button

Hello Dmitry,
do you have any plans to add a radio button (sometimes called Option Button) to MVD. I know it can be done with several Check Boxes and script but my customer would prefer the Radio Button.
Thanks, David

2 (edited by derek 2019-01-06 02:58:17)

Re: Radio Button or Option Button

Hi Again David,
Attached is what I've used in the past to mimic radio buttons.
Rather than have discrete boolean fields for each option, I use a single hidden combobox instead and depending on what radio button image is clicked, set the associated value in the combobox.
The radio buttons images are simply overlaid on top of each other to simulate being clicked on or off.
Maybe this might give you some ideas.
Regards,
Derek.

Post's attachments

Attachment icon radiobuttons.zip 377.55 kb, 339 downloads since 2019-01-06 

Re: Radio Button or Option Button

Hello Derek,
thank you for the example project containing your usual excellent work. I have put this into my project but this is really useful for ideas in addition to the specific question I asked.
Thanks and regards, David