We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5354cbe commit 8814d02Copy full SHA for 8814d02
src/components/checkbox/checkbox.vue
@@ -2,7 +2,7 @@
2
<div class="cube-checkbox" :class="_containerClass" :data-pos="position">
3
<label class="cube-checkbox-wrap" :class="_wrapClass">
4
<input class="cube-checkbox-input" type="checkbox" :disabled="disabled" v-model="checkValue">
5
- <span class="cube-checkbox-ui cubeic-round-border-new">
+ <span class="cube-checkbox-ui cubeic-round-border">
6
<i class="cubeic-right"></i>
7
</span>
8
<span class="cube-checkbox-label">
0 commit comments