_checkVisibility: function () {
    var state = this.model.get('state');
    if (state === 'selected') {
      this.show();
    } else {