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 @@
Basic
- +
- +
- +
- +
Dynamic Values, Preselection, Value Binding and Disabled Option
- +
diff --git a/src/views/radiobutton/RadioButtonDoc.vue b/src/views/radiobutton/RadioButtonDoc.vue index 0d0ddefae..d2ffbc0b7 100755 --- a/src/views/radiobutton/RadioButtonDoc.vue +++ b/src/views/radiobutton/RadioButtonDoc.vue @@ -143,7 +143,7 @@ export default {

 <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
- +