UNPKG

@fesjs/fes-design

Version:
23 lines (21 loc) 342 B
const checkboxGroupProps = { modelValue: { type: Array, default: () => [] }, vertical: Boolean, disabled: Boolean, options: { type: Array, default: () => [] }, valueField: { type: String, default: 'value' }, labelField: { type: String, default: 'label' } }; export { checkboxGroupProps };