internal
type ArrayStringSetting = CommonSettingOptions & {
  type: "array-string", 
  control: {type: "checkbox-group", options: OptionItem[], }, 
}