formiojs
Version:
Common js library for client side interaction with <form.io>
30 lines (29 loc) • 567 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'conditional': {
'eq': '',
'when': null,
'show': ''
},
'tags': [],
'customDefaultValue': 'value = true;',
'type': 'checkbox',
'validate': {
'required': false
},
'persistent': true,
'protected': false,
'defaultValue': false,
'key': 'checkme',
'dataGridLabel': true,
'label': 'Check me',
'hideLabel': false,
'tableView': true,
'inputType': 'checkbox',
'input': true
};
exports.default = _default;