mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
* ✨ 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
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
import N8nCheckbox from './Checkbox.vue';
|
|
|
|
export default N8nCheckbox;
|