Flexgen onboard
create_checkbox()
Create a styled checkbox input element.
create_checkbox_label(label_text)
Create a text span for checkbox labels.
create_checkbox_with_label(label_text)
Create a checkbox with an associated label.
create_date_input()
Create a styled date input field.
create_input_field(input_id, placeholder_text, input_type)
Create a styled input field with the specified attributes.
create_interests_section()
Create the interests selection section of the form.
create_label(label_text)
Create a styled label element with the given text.
create_labeled_input(label_text, input_id, placeholder_text, input_type)
Create a labeled input field with the given attributes.
create_link(link_text)
Create a styled link element with the given text.
create_onboarding_container()
Create the main container for the onboarding form with header and styling.
create_onboarding_form()
Create the complete onboarding form with all input fields.
create_onboarding_page()
Create the complete onboarding page with styling and layout.
create_submit_button()
Create a styled submit button for the form.
create_terms_agreement()
Create the terms of service and privacy policy agreement text.