diff --git a/src/ux-components/radio/radio.vue b/src/ux-components/radio/radio.vue index 17fb7a880..cccc0d91d 100644 --- a/src/ux-components/radio/radio.vue +++ b/src/ux-components/radio/radio.vue @@ -42,7 +42,7 @@ export default { }, data() { return { - checkValue: Boolean, + checkValue: false, }; }, created() {