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
Copy file name to clipboardExpand all lines: packages/form/src/widgets/checkbox/index.en-US.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Property | Description | Type
22
22
Property | Description | Type | Default
23
23
-------- | ----------- | ---- | -------
24
24
`[asyncData]` | Async data source, render checkbox group when the value exists | `() => Observable<SFSchemaEnumType[]>` | -
25
-
`[span]` | Raster number of cells to occupy, refer to [layout](https://ng.ant.design/components/checkbox/en#components-checkbox-demo-layout) | `number` | -
25
+
(deprecated) `[span]` | Raster number of cells to occupy, refer to [layout](https://ng.ant.design/components/checkbox/en#components-checkbox-demo-layout) | `number` | -
26
26
`[styleType]` | Style of the `nz-checkbox` | `default, button` | `default`
27
27
`[checkAll]` | Whether to select all | `boolean` | -
28
28
`[checkAllText]` | Select all button text | `string` | `全选`
0 commit comments