Copy link to clipboard
Copied
How can I do the Checkbox like below?

Copy link to clipboard
Copied
Please check out http://www.kahrel.plus.com/indesign/scriptui.html
Here you can find the basics in creating a dialog including checkbox-elements:

Even I as a newbee created some boxes that work, im quite proud 🙂

Copy link to clipboard
Copied
I saw the pdf already, didn't mention only the checkbox value is true or false
Copy link to clipboard
Copied
MyCheckBox = w.add ("checkbox", undefined, "True or false?");
MyCheckBox.value = true;
alert("MyCheckBox has a value: "+MyCheckBox.value");
--> MyCheckBox has a value: true
Copy link to clipboard
Copied
No, I want my checkbox have 3 value, one is true, one is false and one is ignore
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more