ngOnInit():void {
    this.form = this.rootFormGroup.control.get('emailAlerts') as UntypedFormGroup;
  }