n8n/packages/design-system/src/components/N8nCheckbox/index.ts
Milorad FIlipović a847190f33
refactor(editor): Create N8nCheckbox Vue component (#3678)
*  Implementing N8nCheckbox Vue component

*  Added checkbox support to N8nFormInput component

* 👌 Updating n8n-checkbox component so it supports indeterminate state and input event

* 💄 Adding the `labelSize` property to the `N8nCheckbox` component
2022-07-12 00:34:45 +03:00

4 lines
71 B
TypeScript

import N8nCheckbox from './Checkbox.vue';
export default N8nCheckbox;