From a38bc4d366a8e827863799c7cb549b08611165a1 Mon Sep 17 00:00:00 2001 From: FrankRua Date: Wed, 2 Mar 2022 14:10:49 -0500 Subject: [PATCH] default value --- src/ux-components/radio/radio.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {