_oninsert () {
    if (this.switchOn && typeof this.switchOn === 'function') {
      this.switchOn()
    }
    removed(this.el, this._onremove.bind(this))