Question
How to add checkbox in Panel title (Photoshop Script)
I need to place checkbox (or another object) in the place where title should be in Panel. Anybody know how to do it? I have seen such UI in standard Photoshop "Batch..." script.
var addGuidesPanel = win.add("panel { text: ' Checkbox should be here ' }");
