mat-radio provides the same functionality as a native
<input type="radio"> enhanced with Material Design
styling and animations.
@Input() disabled: boolean Whether the radio group is
disabled
@Input() labelPosition: 'before' | 'after' Whether the
labels should appear after or before the radio-buttons. Defaults to
'after'
@Output() change: EventEmitter<MatRadioChange>
Event emitted when the group value changes. Change events are only
emitted when the value changes due to user interaction with a radio
button (the same behavior as
<input type-"radio">).