{"identifier":69523,"topic":"Properties","name":"checkMark","text":"<code> set <\/code>[<code>the<\/code>]<code> checkMark of <i>menuItem<\/i> of \u00ac     <i>menu<\/i> to <i>trueOrFalse<\/i> <\/code> The<code> checkMark <\/code>property returns or sets whether a check-mark character appears in front of a menu item. <br><br>\n\n It uses the \u0012 character,<code> numToChar(18), <\/code>as the default check-mark character. Click Related Topics for information about the<code> markChar <\/code>property, which lets you use characters other than the check mark. <br>\n","related":{"34927":null,"70039":"commandChar","34045":"create","34993":"disable","35579":"doMenu","61996":"enable","71193":"enabled","76221":"markChar","76567":"menuMessage","58014":"menus","45460":"put","45965":"reset"},"examples":"set the checkMark of menuItem 1 of menu \"File\" to true\nset the checkMark of first menuItem of menu 2 to false\nset the checkMark of menuItem \"Open Stack...\" of second menu to true","demo":"on mouseUp\n   if there is a menu \"Reference\"\n   then set the <b>checkMark<\/b> of menuItem 1 of menu \"Reference\" to \u00ac\n        not(the <b>checkMark<\/b> of menuItem 1 of menu \"Reference\")\n end mouseUp\n ","debug":{"9":["\rset [the] checkMark"]}}