cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
srik_008
Level 7

checkbox Default selection

Hi All,

i would like to know the checkbox default selection depends on the variable check.

example:

i have one radio button and subcomponent is checkbox.if i click radiobutton the checkbox should be checked automatically.


Could anybody help
Labels (1)
0 Kudos
(2) Replies
srik_008
Level 7

Hi could any body help me to work on this iisue
0 Kudos
jerome_IA
Level 9

Looks like it does not work with advance Get User Input.

When you select subcomponent with "Default selection value" to variable, the variable seems expecting "true/false" strings instead of Boolean "1/0", thus it cannot work.

I'll suggest opening issue to flexera...

In your case, as a workaround you may:
From Get User Input advanced:
1/ Create radio button & check shown/hidden checkbox
2/ Create checkbox subcomponent selected by default
Then add new action
3/ Set variable "checkbox" to false if "radio button" is false otherwise it is set to true.

Hope it will help.

--Jerome
0 Kudos