If you need interactive snippet with checkbox which produces a value even if it was not checked (this is AFAIK not possible), use a combo instead:
%yesno_comb...@c Caption,value=,NO,YES;NO;MAYBE," ; … [check | check] %yesno_combo% Checkbox is intended for (not)inserting defined string, so as you apparently already found out, you can write just %yesno_chec...@k Caption,value="YES",asd which will paste value="YES" if checked and nothing if not. This is BTW quite reasonable for most purposes… -- <http://forum.pspad.com/read.php?2,55491,55496> PSPad freeware editor http://www.pspad.com
