quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
20 lines (17 loc) • 484 B
JSON
{
"mixins": [ "mixins/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"
}
}
}