Create a Link in a Checkbox or Radio Label

Occasionally, you may find the need to incorporate a hyperlink within a checkbox or radio button label. For instance, you might want to include a link directing users to a privacy policy or terms and conditions page in association with an opt-in checkbox.

WS Form allows you to add HTML to checkbox and radio labels.

An example of doing this with a checkbox field is shown below and the same method applies for radio fields too.

  1. Edit the Checkbox field by clicking the settings icon.
  2. Click the Checkboxes tab.WS Form - Checkboxes - Checkbox Tab
  3. Optionally click the expand icon at the top to make the label setting easier to edit.
  4. In the label of the checkbox, enter the HTML for adding a link.WS Form - Checkbox - HTML in Label
  5. Click Save & Close

Example HTML

I agree to the <a href="https://mysite.com/privacy-policy/" target="_blank">Privacy Policy</a>.