/**
 * Created by William on 23/06/2017.
 */
export const dataProperties = [
  {
    name: "label",
    type: "string",
    default: "null",
    description: "The text which will display front of checkbox",
    options: "any text"
  },
  {
    name: "checked",
    type: "boolean",
    default: "false",
    description: "Define if the checkedbox initilize checked or not.",
    options: "true | false"
  },
  ];
