{
  "mixins": [ "components/checkbox/use-checkbox" ],

  "meta": {
    "docsUrl": "https://v2.quasar.dev/vue-components/toggle"
  },

  "props": {
    "icon": {
      "extends": "icon"
    },

    "checked-icon": {
      "desc": "The icon to be used when the toggle is on"
    },

    "unchecked-icon": {
      "desc": "The icon to be used when the toggle is off"
    },

    "indeterminate-icon": {
      "desc": "The icon to be used when the model is indeterminate"
    },

    "icon-color": {
      "extends": "color",
      "desc": "Override default icon color (for truthy state only); Color name for component from the Quasar Color Palette"
    }
  }
}
