@formio/uswds
Version:
US Web Design System templates for form.io
23 lines (22 loc) • 658 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const js_1 = require("@formio/js");
const baseEditForm = js_1.Components.components.checkbox.editForm;
function default_1(...extend) {
return baseEditForm([
{
key: 'display',
components: [
{
type: 'checkbox',
input: true,
weight: 1000,
label: 'Tile view',
tooltip: 'Tile view for this component',
key: 'tileView',
},
],
},
], ...extend);
}
exports.default = default_1;