Player
Documentation
AppleScript
User's Guide
Chapter 5, Verbs
One Verb Per Page
set: value of checkbox
Syntax
set value of checkbox nameOrID to desiredValue
Parameters
checkbox nameOrID -- name or ID number of the checkbox
to desiredValue -- 0 (not checked) or 1 (checked)
Result
true
Examples
set value of checkbox "Font Substitution" to 0 -- not checked
set value of checkbox "Font Substitution" to 1 -- checked
set value of checkbox 14 to 0 -- using ID
Notes
- By default, Player matches only the number of characters specified in the verb parameter. This feature has the benefit of ignoring trailing punctuation, but will occasionally find a false match.
- By default, name matching is not case sensitive.
Errors
checkbox does not exist or is not enabled
See Also
set checkbox sequence
click checkbox
exists checkbox
get info dialog item
set complete match
set checkbox sequence
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.