From 899c10bfa3b069e691aaeeca7f9156a06aef42ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 9 Jan 2023 13:27:48 +0300 Subject: [PATCH] Fixed #3406 - Checkbox: inputClass and inputStyle properties does not apply correctly --- components/checkbox/Checkbox.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/checkbox/Checkbox.vue b/components/checkbox/Checkbox.vue index 6ab522fe7..33da565c9 100755 --- a/components/checkbox/Checkbox.vue +++ b/components/checkbox/Checkbox.vue @@ -6,8 +6,6 @@ :id="inputId" type="checkbox" :value="value" - :class="inputClass" - :style="inputStyle" :name="name" :checked="checked" :tabindex="tabindex" @@ -21,7 +19,7 @@ v-bind="inputProps" /> -
+