disabled property

  1. @Input()
  2. @HostBinding('class.disabled')
bool disabled
getter/setter pairoverride

Whether the radio should not respond to events, and have a style that suggests that interaction is not allowed.

Implementation

@Input()
@HostBinding('class.disabled')
bool disabled = false;