menu
ngcomponents package
documentation
material_select/material_select_item.dart
MaterialSelectItemComponent<T>
hideCheckbox property
hideCheckbox property
dark_mode
light_mode
hideCheckbox
property
@Input()
bool
hideCheckbox
getter/setter pair
Whether to hide the checkbox.
False by default.
Implementation
@Input() bool hideCheckbox = false;
ngcomponents package
documentation
material_select/material_select_item
MaterialSelectItemComponent<T>
hideCheckbox property
MaterialSelectItemComponent class