The Consent screen is a crucial component that handles user privacy acknowledgment and data collection permissions. It displays your organization’s privacy policy and captures user consent before proceeding with onboarding.
descriptions: [ { label: 'We need to collect your data for verification', style: { 'ff-description': { marginBottom: '1rem', lineHeight: '1.5' } } }]
Checkbox Options
Copy
Ask AI
checkbox: {style: { 'ff-checkbox': { /* style for container of checkbox*/ } },content: [{ label: "I agree to the terms and conditions", style: { 'ff-checkbox-item': { /* style for this particular content checkbox row */ }, 'ff-checkbox-input': { /* style for this particular input element of the checkbox */}} },{ label: "I consent to data collection" }]}