{
  "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"
    }
  }
}
