Skip to main content
March 3, 2022
Solved

How to call interface via radio button and checkbox button

  • March 3, 2022
  • 1 reply
  • 0 views

How to call interface via radio button and checkbox button

    Best answer by saurabhr0005

    Do you mean make an interface inside the current interface visible upon clicking on a radio button choice?

    If so, toggle the value of a variable upon clicking the radio button option and using ifelse or showWhen make the interface visible or invisible.

    1 reply

    March 3, 2022

    Do you mean make an interface inside the current interface visible upon clicking on a radio button choice?

    If so, toggle the value of a variable upon clicking the radio button option and using ifelse or showWhen make the interface visible or invisible.