readOnly property

  1. @Input()
bool? readOnly
getter/setter pair

Whether the checkbox can be changed by user interaction.

Implementation

@Input()
bool? readOnly = false;