src/components/form/form-checkbox.tsximport { Paragraph } from '@/components/paragraph'// ============================================================================// FormCheckboxGroup Component// ============================================================================export type FormCheckboxProps = {heading?: stringname: stringoptions: string[]defaultSelected?: string[]label?: string}export function FormCheckboxGroup({heading,name,options,defaultSelected = [],label,
Showing the first 20 lines.
Get full code