truly-ui
Version:
Web Components for Desktop Applications.
20 lines (19 loc) • 413 B
text/typescript
/**
* 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"
},
];