Populate form checkbox when clicking on label text | Community
Skip to main content
Benjamin_Ortiz1
Level 4
September 25, 2014
Question

Populate form checkbox when clicking on label text

  • September 25, 2014
  • 1 reply
  • 738 views
Is it possible to populate a checkbox on a form when the label text is clicked on?
http://screencast.com/t/kacpQ30e
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 10
September 26, 2014
Hi Ben,

You could add a checkbox field and make it conditionally visible. However, that would appear when a user fills out another field(as opposed to "clicked" another label).

You may use the conditional vibility for the Checkbox field as "Hide" if the "First Name" is Empty. That way, once the user fills the First Name and when Clicks in the other field, the Checkbox field appear.





Would that help?