formiojs
Version:
Common js library for client side interaction with <form.io>
33 lines (32 loc) • 594 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
_id: '61135ec3e4188f021c7ad390',
label: 'Select Boxes',
optionsLabelPosition: 'right',
hideLabel: true,
tableView: false,
values: [{
label: '55',
value: '55',
shortcut: ''
}, {
label: '77',
value: '77',
shortcut: ''
}],
validate: {
required: true
},
key: 'selectBoxes',
type: 'selectboxes',
input: true,
inputType: 'checkbox',
title: 'FIO-2959',
name: 'fio2959',
path: 'fio2959'
};
exports.default = _default;