I am trying to create a required checkbox with the following text:
“I have read, understand, and agree to the Terms and Conditions.”
The “Terms and Conditions” part needs to be a clickable link. My plan was to include this text in the Label field, hide the label, and use a basic or rich text area to display the text and link next to the checkbox. However, I’m unsure how to ensure that the required checkbox displays the asterisk (*) indicating it is mandatory.
Additionally, I’ve noticed an issue where labels sometimes still show even after toggling the option to hide them. This happens inconsistently, and I’m not sure why. Could you help me address both of these issues?