import { Field, FieldConfig } from '../field'; import { GlobalConfig, SelectiveEditor } from '../editor'; import { Option } from '../../mixins/option'; import { TemplateResult } from 'lit-html'; import { DeepObject } from '../../utility/deepObject'; import { Types } from '../types'; export interface CheckboxMultiFieldConfig extends FieldConfig { /** * Options for the multi checkbox. */ options: Array