@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
19 lines • 770 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const checkbox_view_1 = require("./checkbox_view");
const editor_common_1 = require("../editor/editor_common");
exports.CheckboxEditor = {
Component: checkbox_view_1.CheckboxView.Component,
bound: true,
title: 'Checkbox',
control: 'Checkbox',
icon: 'check square outline',
props: editor_common_1.propGroup('Checkbox', {
value: editor_common_1.boundProp({ type: 'boolean' }),
text: editor_common_1.boundProp(),
radio: editor_common_1.boundProp({ type: 'boolean' }),
slider: editor_common_1.boundProp({ type: 'boolean' }),
toggle: editor_common_1.boundProp({ type: 'boolean' })
})
};
//# sourceMappingURL=checkbox_editor.js.map