Question
How to set property when click different/multiple buttons?
Hi all,
I want to know how to trigger set property after click on different buttons:
If we have 4 buttons: a, b, c, d, there are 15 options to choose (a,b,c,d,ab,ac,ad,bc,bd,cd,abc,abd,acd,bcd,abcd) and the options will return different values.
Is it possible to set one value based on the different buttons selected?

