{"version":3,"file":"checkbox.mjs","sources":["../../../../packages/tokens/checkbox.ts"],"sourcesContent":["import type { InjectionKey, ToRefs, WritableComputedRef } from 'vue'\nimport type { CheckboxGroupProps } from '@vuesax-alpha/components/checkbox'\n\ntype CheckboxGroupContext = {\n  modelValue?: WritableComputedRef<any>\n  changeEvent?: (...args: any) => any\n} & ToRefs<Pick<CheckboxGroupProps, 'min' | 'max' | 'disabled'>>\n\nexport const checkboxGroupContextKey: InjectionKey<CheckboxGroupContext> =\n  Symbol('CheckboxGroupContextKey')\n"],"names":[],"mappings":"AAQa,MAAA,uBAAA,GACX,OAAO,yBAAyB;;;;"}