botão de rádio em formas reativas material angular

constructor(private fb: FormBuilder) { 
  this.myForm = this.fb.group({
    options: ['1']
  })
}
Famous Finch