I have radio group which is currently single select. Can we make it multi-select?
Hi @Tushar Verma
Radio buttons are designed for single-choice options, while checkboxes allow multiple selections.
If you prefer a radio button appearance for multiple choices, create a checkbox list and set the Style Class to "radio-group."
Thanks
Himani
Hi Tushar,
No, you cannot select multiple values in a radio group.
Please check this for references.
https://success.outsystems.com/documentation/11/reference/outsystems_language/interfaces/designing_screens/radio_group/
https://success.outsystems.com/documentation/11/reference/outsystems_language/traditional_web/web_interfaces/designing_screens/radio_button_widget/
If you have any such requirements, you can use check boxes.
Hi @Tushar Verma,The radio group button can be bound with a single variable only hence no option to use it as a multi-select.You can use the check box for multi-select, if you want it to look like a radio button then you can tune the UI.If you can explain more about your scenario then I might help you to provide other ways to achieve it.You can add different events with every radio button available in the radio button group.Regards,