Here is the link.
What I am trying to do is when Option1
is clicked, the Answer Object will show:
{"Untitle Title": Option1}
, then if Option2
is click, it will add Option2
value.
Here my problem is, when Option1
or Option2
is clicked, the other is clicked as well. and the print object is: {"Untitle Title": true}
, but what I want is {"Untitle Title": Option1}
Could someone help me on that? Thanks in advance!