Sync visibility with a Observable!bool
sync target
sync source
register a sibscription into this
auto bag = new CompositeDisposable; auto check = new CheckButton; auto entry = new Entry; entry.setVisibilityWith(check.toggleedAsObservable(), bag);
See Implementation
Sync visibility with a Observable!bool