{/* Country of residence */}
({
type: 'option' as const,
value: option.value,
}))}
renderValue={(value) => }
onChange={setSelectValue}
/>
{/* Personal details section */}
Personal details
{/* Full legal first and middle name(s) */}
{/* Full legal last name(s) */}
{/* Preferred name (optional) */}
{/* Date of birth */}
{/* Dynamic flow input */}
{/* Phone number */}
{/* Additional components */}
Additional Components
{/* Naked Inputs (without Field wrapper) */}
{/* Checkbox */}
setCheckboxValue(checked)}
/>
);
}