cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox interaction logic issue

bernd_speckmann
Contributor
0 Kudos

Hello everybody,

there are three different checkboxes in my VC application. Now the requirement is to implement some logic checks.

When CB1 is checked, CB3 should be automatically unchecked.

When CB2 is checked, CB1 should be automatically checked too.

When CB3 is checked, CB1 and CB2 should be automatically unchecked.

is this possible? If yes, how I can do that?

Searched a lot, but did not fidn a solution...

Thanks ahead,

Bernd

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Bernd,

In order to create such a Model, you need to create three checkboxes and in the Action Editor for each checkbox, choose the Assign Action

for CB1 Assign Value - =!@CB1 to Target Field - CB3

for CB2 Assign Value - =@CB2 to Target Field - CB1

for CB3 Assign Value - =!@CB3 to Target Field - CB1 and Add one more Assign Action with

Assign Value - =!@CB3 to Target Field - CB2

Best Regards,

Luba