I am wondering how to have a checkbox with a label containing two links. I tried to add multiple text components but the alignment is broken on my phone. What is your best way to do something similar?
Not directly related to the original posterās question, but is that the way this sort of thing is done in Adalo? Iām talking about lining up several text components to insert a link into a sentence.
Iāve been wanting to do exactly what sheās doing (creating a terms and conditions acceptance block, with a link to the t&c). Just havenāt settled on the best way to create it.
User database has 2 parameters that we need: a True/False parameter and a Date & Time parameter.
Weāll call the true/false parameter āAgreed To TOSā and the date/time to āAgreement Timeā.
The checkbox can be a toggle icon that sets the logged-in user āAgreed to TOSā to true when clicked and update the agreement time parameter to the current time. This allows me to know that they have agreed to the terms and the exact date & time they agreed.
For the actual components, I have 4. A rectangle, Icon toggle, and 2 Text components.
Layer them like so:
The 2 text components should link to each term based on which line they are.
The first text component says āI agree to the Terms of serviceā and the 2nd line says ā& Privacy Policyā.
Group the 2 text components together. Drop in the checkbox toggle and a rectangle. Set the rectangle to the size of the full height of both text components and line up the text and icons within the center of the rectangle and group those together.
It looks like your text components go outside of the rectangle that you have them over. Adjust the size of the text components to be slightly smaller so they fit within the rectangle.
What happens if you put a rectangle ( matching the text component size and set that rectangle arrangement to bring to front clicking three dots of the rectangle and set the rectangle to transparent ) on every text component as a container and group the text and rectangle and group again that all groups together?
Hi, to overcome layouts and grouping issues, I made something like this for accepting terms and conditions before sign the user up. Orange textes are clickable links.