Display Options as Radio Buttons
Overview
Only Enums could be displayed as radio buttons.
Step-by-Step Guide
-
Follow the steps to Upload your Model/Create a Visualizer Type.

.
-
Click Variable Types. The Variable Types page appears.

-
Click Visualizer Inputs and search the Enum by typing the name of the Enum in the text box and then click the particular Enum.

-
Ensure that the Data Type is Enum.
-
Copy the Code Reference.
-
Follow the steps to Edit Group Variable.
- Scroll down until you find Style.
"radio_buttons": {
"style":0,
"Display Total Future Cost-IN": 1
},
-
Add the above code under Style. (Here "Display Total Future Cost -IN" should be replaced with the code reference that you copied earlier.)
- Click Save.


