Tintware Documentation : Idget Library : Declaring Panels and Controls : Declare A CheckboxSyntaxDef:Checkbox:%panel.%checkbox [*]%label[*] %panel specifies the name of the panel which contains that particular control. %checkbox specifies the name of a checkbox control. %label specifies the label for a control. ExampleDef:Checkbox:emacs.dialog.properties.indent [*]Automatically indent lines[*] |