+
+
+
+ Show these items on the desktop
+
+
+ Select the items you want to show on the desktop.
+
+
+
+
+
+ Hard disks
+
+
+
+
+
+ External disks
+
+
+
+
+
+ CDs, DVDs, and iPods
+
+
+
+
+
+ Connected servers
+
+
+
+
+
+
+
+
+
+ Sync Desktop & Documents folders
+
+
+ Your Desktop & Documents folders are being synced with iCloud Drive. You can access them from other devices.
+
+
+
+
+
+
+
+ Multi-factor authentication
+
+ Enable multi-factor authentication. If you do not have a two-factor device, you can use a one-time code sent to your email.
+
+
+
+
+
+```
+
+## Field group
+
+```twig {"preview":true,"height":"520px"}
+
+
+
+ Responses
+
+ Get notified when ChatGPT responds to requests that take time, like research or image generation.
+
+
+
+
+
+ Push notifications
+
+
+
+
+
+
+ Tasks
+
+ Get notified when tasks you've created have updates. Manage tasks
+
+
+
+
+
+ Push notifications
+
+
+
+
+
+ Email notifications
+
+
+
+
+
+
diff --git a/src/Toolkit/kits/shadcn/field/templates/components/Field/Content.html.twig b/src/Toolkit/kits/shadcn/field/templates/components/Field/Content.html.twig
new file mode 100644
index 00000000000..1880bd40583
--- /dev/null
+++ b/src/Toolkit/kits/shadcn/field/templates/components/Field/Content.html.twig
@@ -0,0 +1,8 @@
+{# @block content The default block #}
+
+ {%- block content %}{% endblock -%}
+
diff --git a/src/Toolkit/kits/shadcn/field/templates/components/Field/Description.html.twig b/src/Toolkit/kits/shadcn/field/templates/components/Field/Description.html.twig
new file mode 100644
index 00000000000..c989966c05a
--- /dev/null
+++ b/src/Toolkit/kits/shadcn/field/templates/components/Field/Description.html.twig
@@ -0,0 +1,8 @@
+{# @block content The default block #}
+
+ {%- block content %}{% endblock -%}
+
diff --git a/src/Toolkit/kits/shadcn/field/templates/components/Field/Error.html.twig b/src/Toolkit/kits/shadcn/field/templates/components/Field/Error.html.twig
new file mode 100644
index 00000000000..c7f21088688
--- /dev/null
+++ b/src/Toolkit/kits/shadcn/field/templates/components/Field/Error.html.twig
@@ -0,0 +1,36 @@
+{# @prop errors array A list of errors (string or objects with a `message` field), defaults to `[]` #}
+{# @block content The default block #}
+{%- props errors = [] -%}
+{%- set slot_content -%}{%- block content %}{% endblock -%}{%- endset -%}
+{%- set slot_content = slot_content|trim -%}
+
+{%- if slot_content == '' -%}
+ {%- set messages = [] -%}
+ {%- for error in errors|default([]) -%}
+ {%- set message = error.message ?? error -%}
+ {%- if message is not same as(false) and message is not null and message != '' and not (message in messages) -%}
+ {%- set messages = messages|merge([message]) -%}
+ {%- endif -%}
+ {%- endfor -%}
+{%- endif -%}
+
+{%- if slot_content != '' or (messages ?? [])|length > 0 -%}
+
diff --git a/src/Toolkit/kits/shadcn/field/templates/components/Field/Set.html.twig b/src/Toolkit/kits/shadcn/field/templates/components/Field/Set.html.twig
new file mode 100644
index 00000000000..d56c8d06c71
--- /dev/null
+++ b/src/Toolkit/kits/shadcn/field/templates/components/Field/Set.html.twig
@@ -0,0 +1,8 @@
+{# @block content The default block #}
+
diff --git a/src/Toolkit/kits/shadcn/field/templates/components/Field/Title.html.twig b/src/Toolkit/kits/shadcn/field/templates/components/Field/Title.html.twig
new file mode 100644
index 00000000000..20635e5283e
--- /dev/null
+++ b/src/Toolkit/kits/shadcn/field/templates/components/Field/Title.html.twig
@@ -0,0 +1,8 @@
+{# @block content The default block #}
+
+ {%- block content %}{% endblock -%}
+
diff --git a/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 1__1.html b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 1__1.html
new file mode 100644
index 00000000000..db5bcab870a
--- /dev/null
+++ b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 1__1.html
@@ -0,0 +1,47 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 2__1.html b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 2__1.html
new file mode 100644
index 00000000000..b778a54300e
--- /dev/null
+++ b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 2__1.html
@@ -0,0 +1,37 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 3__1.html b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 3__1.html
new file mode 100644
index 00000000000..ba4a2d6c35d
--- /dev/null
+++ b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 3__1.html
@@ -0,0 +1,41 @@
+
+
+
+
+
+
Select your department or area of work.
+
+
+
\ No newline at end of file
diff --git a/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 4__1.html b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 4__1.html
new file mode 100644
index 00000000000..bcaaed93e74
--- /dev/null
+++ b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 4__1.html
@@ -0,0 +1,57 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 5__1.html b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 5__1.html
new file mode 100644
index 00000000000..04e458a262b
--- /dev/null
+++ b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 5__1.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Your Desktop & Documents folders are being synced with iCloud Drive. You can access them from other devices.
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 6__1.html b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 6__1.html
new file mode 100644
index 00000000000..8635531d898
--- /dev/null
+++ b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 6__1.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
Enable multi-factor authentication. If you do not have a two-factor device, you can use a one-time code sent to your email.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 7__1.html b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 7__1.html
new file mode 100644
index 00000000000..d3a6d25bcd1
--- /dev/null
+++ b/src/Toolkit/tests/Functional/__snapshots__/ComponentsRenderingTest__testComponentRendering with data set Kit shadcn, component field, code 7__1.html
@@ -0,0 +1,86 @@
+
+