The logical answer is for some object in your application (probably
your application delegate) to observe the first property using KVO and
update the second property accordingly.  After all, don't you want to
update the second default anyway when the first changes?  You also
should be binding your second checkbox's enabled property to the same
keypath as the first checkbox's value; bindings are usually done from
view to controller, not view to view.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to