You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official-site/sqlpage/migrations/01_documentation.sql
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -359,11 +359,11 @@ When loading the page, the value for `:username` will be `NULL` if no value has
359
359
']')),
360
360
361
361
('form','A toggle switch in an HTML form is a user interface element that allows users to switch between two states, typically "on" and "off." It visually resembles a physical switch and is often used for settings or options that can be enabled or disabled.',
362
-
json('[{"component":"form"},'||
363
-
'{"type": "switch", "label": "Dark theme", "description": "Enable dark theme"},'||
364
-
'{"type": "switch", "label": "A required toggle switch", "required": true,"checked": true},'||
365
-
'{"type": "switch", "label": "A disabled toggle switch", "disabled": true},'||
0 commit comments