mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
fix(Radio/Checkbox): split preset as indeterminate is checkbox only
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
:indeterminate="indeterminate"
|
||||
type="checkbox"
|
||||
class="form-checkbox"
|
||||
:class="[ui.base, ui.custom]"
|
||||
:class="[ui.base, ui.rounded, ui.custom]"
|
||||
@focus="$emit('focus', $event)"
|
||||
@blur="$emit('blur', $event)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user