disabledStr property

  1. @HostBinding('attr.aria-disabled')
String get disabledStr

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

Implementation

@HostBinding('attr.aria-disabled')
String get disabledStr => '$disabled';