computed: {
    isIndeterminate: function () {
      return this.selectionState === 'indeterminate';
    },
    isChecked: function () {