UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

25 lines (20 loc) 612 B
{ "mixins": [ "components/checkbox/use-checkbox" ], "meta": { "docsUrl": "https://v2.quasar.dev/vue-components/checkbox" }, "props": { "checked-icon": { "desc": "The icon to be used when the model is truthy (instead of the default design)", "addedIn": "v2.5" }, "unchecked-icon": { "desc": "The icon to be used when the toggle is falsy (instead of the default design)", "addedIn": "v2.5" }, "indeterminate-icon": { "desc": "The icon to be used when the model is indeterminate (instead of the default design)", "addedIn": "v2.5" } } }