``` val procurementUpdateObservable = RxCompoundBu...
# rx
a
Copy code
val procurementUpdateObservable = RxCompoundButton.checkedChanges(procurement_update)
            .skipInitialValue()
            .withLatestFrom(viewModel.currentPreferences)
            .share()