Con los números de preguntas y secciones
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
'use client'
|
||||
import type { ReactNode } from 'react'
|
||||
import type { QuestionOption } from '@/lib/types'
|
||||
|
||||
interface CheckboxGroupProps {
|
||||
name: string
|
||||
legend: string
|
||||
legend: ReactNode
|
||||
options: QuestionOption[]
|
||||
value: string[]
|
||||
maxSelect: number | null
|
||||
|
||||
Reference in New Issue
Block a user