We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac785 commit 68262f1Copy full SHA for 68262f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "4.5.3",
+ "version": "4.5.4",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/checkbox/checkbox.js
@@ -15,7 +15,7 @@ export const Checkbox = forwardRef(
15
Label = Text,
16
label,
17
labelProps,
18
- labelPosition = "left",
+ labelPosition = "right",
19
onChange,
20
...rest
21
},
0 commit comments