quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
24 lines (20 loc) • 565 B
JSON
{
"mixins": [ "mixins/checkbox" ],
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/checkbox"
},
"props": {
"indeterminate-value": {
"type": "Any",
"desc": "What model value should be considered as 'indeterminate'?",
"default": null,
"examples": [ 0, "not_answered" ],
"category": "behavior"
},
"toggle-indeterminate": {
"type": "Boolean",
"desc": "When user clicks/taps on the component, should we toggle through the indeterminate state too?",
"category": "behavior"
}
}
}