this.form = new FormGroup({ skills: new FormArray([ new FormControl(true), new FormControl(false), ]) })