I'm tryin to set a default to a component attribute, so that if I don't provide it in the instance, then it defaults to false. But if I don't provide it, i.e. it's an empty string, then it seems to evaluate to true -- so now I have to explicitly remember to set it.