Skip to main content
November 28, 2023
Question

radio button size

  • November 28, 2023
  • 1 reply
  • 0 views

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.

    1 reply

    November 28, 2023

    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. [emoticon:c4563cd7d5574777a71c318021cbbcc8]

    choiceLayout: if(a!isPageWidth({"PHONE", "TABLET_PORTRAIT"}),"COMPACT","STACKED"),