feat: Checkboxes and Radio Buttons field types (#17934)

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Michael Kret
2025-08-11 17:11:22 +03:00
committed by GitHub
parent f69d8efa04
commit fdab0ab116
9 changed files with 800 additions and 40 deletions

View File

@@ -268,7 +268,9 @@ export class Form extends Node {
name: 'form',
icon: 'file:form.svg',
group: ['input'],
version: 1,
// since trigger and node are sharing descriptions and logic we need to sync the versions
// and keep them aligned in both nodes
version: [1, 2.3],
description: 'Generate webforms in n8n and pass their responses to the workflow',
defaults: {
name: 'Form',