{
  "properties": [
    {
      "name": "value",
      "type": "Boolean",
      "description": "Binds value property to radio"
    },
    {
      "name": "radioColor",
      "type": "String",
      "description": "Color of the active ratio"
    },
    {
      "name": "list",
      "type": "Array",
      "description": "List of objects with title property that reflect titles for radio buttons"
    },
    {
      "name": "spaceBetweenItems",
      "type": "String",
      "default": "30px",
      "description": "Setup space after each radio item except the last one"
    },
    {
      "name": "objectMode",
      "type": "Boolean",
      "default": "false",
      "description": "In this mod, the value will represent an object, comparison of active radio button made by id property of the option"
    },
    {
      "name": "disabled",
      "type": "Boolean",
      "default": "false",
      "description": "The radio button will be deselected when the value is equals to true"
    },
    {
      "name": "validators",
      "type": "Array<Object>",
      "description": "Array of validators"
    },
    {
      "name": "name",
      "type": "String",
      "description": "With this property Radio will be listening to validation with current value for e.g. 'validateTest'"
    },
    {
      "name": "touchName",
      "type": "String",
      "description": "With this property, Radio component will listen to event with prefix 'touch' + and this property capitalized"
    }
  ],
  "events": []
}
