Replies: 1 comment
-
it works ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i use vuetify
<script setup> import {mdiCheckboxMarked,mdiCheckboxBlank} from "@mdi/js"; </script>how set how set blank icon for checkbox vuetify from @mdi/js
its no props for blank icon !
<v-checkbox
label="John"
value="John"
:true-icon="mdiCheckboxMarked"
for example ?????:blank-icon =?????
>
Beta Was this translation helpful? Give feedback.
All reactions