diff --git a/src/views/radiobutton/RadioButtonDemo.vue b/src/views/radiobutton/RadioButtonDemo.vue index c0234f47f..4f18d36ee 100755 --- a/src/views/radiobutton/RadioButtonDemo.vue +++ b/src/views/radiobutton/RadioButtonDemo.vue @@ -12,25 +12,25 @@
<label for="rb1">One</label>
-<RadioButton id="rb1" />
+<RadioButton inputId="rb1" />
<span id="rb2">Two</span>
<RadioButton aria-labelledby="rb2" />
@@ -210,25 +210,25 @@ export default {
Basic
Dynamic Values, Preselection, Value Binding and Disabled Option
@@ -262,25 +262,25 @@ export default {
Basic
Dynamic Values, Preselection, Value Binding and Disabled Option
@@ -312,25 +312,25 @@ export default {
content: `
Basic
Dynamic Values, Preselection, Value Binding and Disabled Option