diff --git a/doc/radiobutton/FilledDoc.vue b/doc/radiobutton/FilledDoc.vue
index 0c98783c4..207b6b870 100644
--- a/doc/radiobutton/FilledDoc.vue
+++ b/doc/radiobutton/FilledDoc.vue
@@ -3,7 +3,7 @@
Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
-
+
@@ -12,15 +12,15 @@
export default {
data() {
return {
- checked: false,
+ value: null,
code: {
basic: `
-