{
  "mixins": [ "mixins/checkbox" ],

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

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

    "checked-icon": {
      "type": "String",
      "desc": "The icon to be used when the toggle is on",
      "examples": [ "visibility" ],
      "category": "content"
    },

    "unchecked-icon": {
      "type": "String",
      "desc": "The icon to be used when the toggle is off",
      "examples": [ "visibility_off" ],
      "category": "content"
    }
  }
}
