I you have property in JavaScript and want to update that property in Java when value is changed, use remote properties in adapter javascript class, like in CheckboxFieldAdapter.js:
constructor() {
super();
this._addRemoteProperties(['value']);
}