diff --git a/apps/showcase/doc/radiobutton/DisabledDoc.vue b/apps/showcase/doc/radiobutton/DisabledDoc.vue index efeedf7f0..77f57d0fc 100644 --- a/apps/showcase/doc/radiobutton/DisabledDoc.vue +++ b/apps/showcase/doc/radiobutton/DisabledDoc.vue @@ -3,7 +3,7 @@

When disabled is present, the element cannot be edited and focused.

- +
@@ -12,15 +12,15 @@ export default { data() { return { - checked: true, + value: null, code: { basic: ` - + `, options: ` @@ -28,7 +28,7 @@ export default { export default { data() { return { - checked: true + value: null } } } @@ -37,14 +37,14 @@ export default { composition: `