140
Views
4
Comments
Solved
I wanna to use radio button like in android studio,i have searched, not found, help
Question

I wanna to use radio button like in android studio,i have searched, not found, help

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

yes of course you can make it yourself, it should not be that difficult.

But you should ask yourself why OutSystems or even Apple with IOS choose not to over a radio button widget?

OutSystems when creating there UI frameworks look at many mobile and web applications and implemented the most used UI patterns. 

That said, if you want it, it should not be that difficult to implement yourself. If you make a custom widget in a common UI module and assign a radio button icon to it, it will even show up in the widget bar in service studio.

 https://ux.stackexchange.com/questions/78872/what-is-the-ios-alternative-to-a-radio-button


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

Radio buttons in mobile is not considered a good user nterface pattern. In OutSystems you implement it with a button group.

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Mobile_Interfaces/Designing_Screens/Button_Group

If you have a list of options you want to let the user choose from then you can use the drop-down widget. Which I think shows by default also a radio button for each item (at least on Android)

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Mobile_Interfaces/Designing_Screens/Dropdown

Regards,

Daniel

UserImage.jpg
iqbal pargal

hmm, why ?

could function button groub same like function radio button ?

 my friend talked to me, can it be outsystem make  radiobutton with css ?

and the image I give example radiobutton with icon.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

yes of course you can make it yourself, it should not be that difficult.

But you should ask yourself why OutSystems or even Apple with IOS choose not to over a radio button widget?

OutSystems when creating there UI frameworks look at many mobile and web applications and implemented the most used UI patterns. 

That said, if you want it, it should not be that difficult to implement yourself. If you make a custom widget in a common UI module and assign a radio button icon to it, it will even show up in the widget bar in service studio.

 https://ux.stackexchange.com/questions/78872/what-is-the-ios-alternative-to-a-radio-button


UserImage.jpg
iqbal pargal

thanks so much sir.

fast respone answer my question.

https://ux.stackexchange.com/questions/78872/what-is-the-ios-alternative-to-a-radio-button

this link , so great




Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.