hideCheckbox property

  1. @Input()
bool hideCheckbox
getter/setter pair

Whether to hide the checkbox.

False by default.

Implementation

@Input()
bool hideCheckbox = false;