Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Forms
Viewing all articles
Browse latest Browse all 61369

mutually exclusive checkboxes

$
0
0

Hi,

 

I am writing code to make two checkboxes mutually exclusive. It works, but one cannot uncheck the checked box if one decides. It basically treats it as Radio button which is not what the desire result should be. Here is the code.

 

if

 

(this.rawValue=1)

{

CheckBox2.rawValue

= 0;

}-------for the first checkbox

 

And

 

if

 

(this.rawValue=1)

{

CheckBox1.rawValue

= 0;

}

 

for the second.

 

Is there anyone out there who knows what I may be doing wrong?

 

Thanks

 

LP


Viewing all articles
Browse latest Browse all 61369

Trending Articles