PreFab...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



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

| Top |


outline menus| Prev | Home | Next |set checkbox sequence

Updated on 2/5/97 by Scott S. Lawton (ssl@prefab.com)

Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.

This site built and maintained using Stage Three, a set of custom Frontier scripts.