SettingsAddonsForm design schemaModelsCheckbox OptionCheckboxOption Interface interface ICheckboxOption { key: string; text: string; selected?: boolean; } February 10, 2026Base FieldDropdown Option