disabled property
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;
Whether the radio should not respond to events, and have a style that suggests that interaction is not allowed.
@Input()
@HostBinding('class.disabled')
bool disabled = false;