ComponentsFormSwitchToggle switch for binary optionsCopy MarkdownOpenExamples Basic SwitchPreviewCodeEnable notifications Multiple SwitchesPreviewCodeEmail notificationsPush notificationsSMS notifications Schema interface SwitchSchema { type: 'switch'; name?: string; label?: string; defaultChecked?: boolean; disabled?: boolean | string | { dialect?: string; source: string }; // boolean, predicate expression, or CEL envelope }Radio GroupA set of checkable buttons where only one can be selected at a timeSliderSelect a value from a range