Hi, I have a style issue with the radio button size. The size of radio button will be bigger when the screen is small. How can I control it don not change the size.
Discussion posts and replies are publicly visible
Hi , I think its not possible , because there is no parameter to reduce the size of the radio button. But if you want radio buttons to occupy less space , then you can use below code in radio button.
choiceLayout: if(a!isPageWidth({"PHONE", "TABLET_PORTRAIT"}),"COMPACT","STACKED"),