Skip to content

Commit cdbc096

Browse files
Cleanup
1 parent 58c2f25 commit cdbc096

File tree

1 file changed

+3
-3
lines changed
  • kolibri/core/assets/src/views/k-radio

1 file changed

+3
-3
lines changed

kolibri/core/assets/src/views/k-radio/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<script>
4848
4949
/**
50-
* A radio
51-
*/
50+
* A radio button
51+
*/
5252
export default {
5353
name: 'k-radio',
5454
props: {
@@ -96,7 +96,7 @@
9696
return this.radiovalue.toString() === this.model.toString();
9797
},
9898
id() {
99-
return `k-checkbox-${this._uid}`;
99+
return `k-radio-${this._uid}`;
100100
},
101101
},
102102

0 commit comments

Comments
 (0)