selectedValue(newVal) {
            let selectedValue = Object.keys(this.$data.currentValue);
            if (this.$props.selectAllLabel) {
                selectedValue = selectedValue.filter(
                    val => val !== this.$props.selectAllLabel