Squarespace’s all-in-one platform gives you everything you need to express yourself creatively online, whether it is with a domain, website, or online store. Get started with your free trial today, and when ready, take 10% off your first purchase with offer code 'EXPERTS'.
This is in chk1 (on the checkbox itself):
onClipEvent(mouseUp){
trace(this);
trace(_root.chk1.getValue(
}
Toggling the checkbox, I get this
_level0.chk1
false
_level0.chk1
true
No problem!!