OO.ui.CheckboxMultiselectInputWidget.prototype.onCheckboxesSelect = function () {
    this.setValue( this.checkboxMultiselectWidget.findSelectedItemsData() );
};