ComponentsFormCheckboxToggle selection with checkboxesCopy MarkdownOpenExamples Basic CheckboxPreviewCodeAccept terms and conditions Multiple CheckboxesPreviewCodeOption 1Option 2Option 3 Schema interface CheckboxSchema { type: 'checkbox'; name?: string; label?: string; defaultChecked?: boolean; required?: boolean; disabled?: boolean | string | { dialect?: string; source: string }; // boolean, predicate expression, or CEL envelope }ComboboxSearchable dropdown for selecting from a list of optionsRadio GroupA set of checkable buttons where only one can be selected at a time