Nebular checkbox.component.ts not firing (change) event when the value changed.
the checkbox.component.ts should have change event
 <nb-radio
      [value]="t"
      (change)="onChange($event)"
      *ngFor="let t of tList ">{{t}}</nb-radio>
  </nb-radio-group>
                The Nebular nb-radio dosn't have (change) but it has (valueChange)
check the source code here radio.component.ts#L102
<nb-radio
      [value]="t"
      (valueChange)="onChange($event)"
      *ngFor="let t of tList ">{{t}}</nb-radio>
</nb-radio-group>
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With