> > What adobe does is declare the property as type Object and then uses it as a > Boolean. Thus is can be null, but you loose the strict typing of that > object. Other than that, a boolean is either true or false, the default > being false. There's no concept of an uninitialized boolean. > > - Dan Freiman
Thanks, that helps.

