Skip to content

Commit 68262f1

Browse files
authored
Fix checkbox label position (#528)
1 parent 3dac785 commit 68262f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/checkbox/checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const Checkbox = forwardRef(
1515
Label = Text,
1616
label,
1717
labelProps,
18-
labelPosition = "left",
18+
labelPosition = "right",
1919
onChange,
2020
...rest
2121
},

0 commit comments

Comments
 (0)