label property

  1. @Input()
String? label
getter/setter pair

Label for the checkbox, alternatively use content.

Implementation

@Input()
String? label;