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; }Radio GroupA set of checkable buttons where only one can be selected at a timeSliderSelect a value from a range