{
  "widget": {
    "name": "Led",
    "selector": "jqx-led"
  },
  "properties": [
    {
      "name": "checked",
      "value": false,
      "allowedValues": [ ],
      "description": "Sets or gets the check state.",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "clickMode",
      "value": "release",
      "allowedValues": [ "press", "release", "pressAndRelease" ],
      "description": "Sets the click mode of the LED.",
      "demoValues": [ "press", "pressAndRelease" ],
      "type": "string"
    },
    {
      "name": "disabled",
      "value": false,
      "allowedValues": [ ],
      "description": "Enables or disables the LED.",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "falseContent",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets the text representation of checked=false state.",
      "demoValues": [ "OFF", "False" ],
      "type": "string"
    },
    {
      "name": "indeterminate",
      "value": false,
      "allowedValues": [ ],
      "description": "Sets or gets indeterminate state of the LED.",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "indeterminateContent",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets the text representation of checked=null state.",
      "demoValues": [ "NULL", "Indeterminate" ],
      "type": "string"
    },
    {
      "name": "name",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets or gets the widget's name.",
      "demoValues": [ "Name", "New Name" ],
      "type": "string"
    },
    {
      "name": "readonly",
      "value": false,
      "allowedValues": [ ],
      "description": "If the widgets is readonly, the users cannot iteract with the element.",
      "demoValues": [ false, true ],
      "type": "boolean"
    },
    {
      "name": "shape",
      "value": "round",
      "allowedValues": [ "round", "square" ],
      "description": "Sets the shape of LED.",
      "demoValues": [ "square", "round" ],
      "type": "string"
    },
    {
      "name": "trueContent",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets the text representation of checked=true state.",
      "demoValues": [ "ON", "True" ],
      "type": "string"
    },
    {
      "name": "value",
      "value": "\"\"",
      "allowedValues": [ ],
      "description": "Sets or gets the widget's value.",
      "demoValues": [ "Value", "New Value" ],
      "type": "string"
    }
  ],
  "events": [
    {
      "name": "change",
      "description": "This event is triggered when the widget is checked/unchecked."
    }
  ]
}