You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`[nzDisabled]`| Disable all checkboxes |`boolean`|`false`|
39
-
|`(ngModelChange)`| The callback function that is triggered when the state changes. |`EventEmitter<Array<{ label: string; value: string; checked?: boolean; }>>`| - |
|`[nzDisabled]`| Disable all checkboxes |`boolean`|`false`|
39
+
|`(ngModelChange)`| The callback function that is triggered when the state changes. |`EventEmitter<Array<{ label: string; value: string; checked?: boolean; }>>`| - |
40
40
41
-
### nz-checkbox-wrapper
41
+
### nz-checkbox-wrapper:standalone
42
42
43
-
| Property | Description | Type | Default |
44
-
| -------- | ----------- | ---- | ------- |
45
-
|`(nzOnChange)`| The callback function that is triggered when the state changes. |`EventEmitter<any[]>`| - |
0 commit comments