hideCheckbox property

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

Whether to hide the checkbox before the selection item for multi-select.

Defaults to false.

Implementation

@Input()
bool hideCheckbox = false;