For more info please check the components's official demos & documentation demos & documentation
mat-radio provides the same functionality as a native <input type="radio"> enhanced with Material Design styling and animations.
Alabama Alaska Florida Illinois Kansas
@Input() disabled: boolean Whether the radio group is disabled
Alabama Alaska Florida Illinois Kansas
@Input() labelPosition: 'before' | 'after' Whether the labels should appear after or before the radio-buttons. Defaults to 'after'
Alabama Alaska Florida Illinois Kansas
Slide labels position
{{season}}
Your favorite season is: {{favoriteSeason}}
@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">).
Alabama Alaska Florida Illinois Kansas
Welcome to {{ state }}!