I've been tasked with creating a form for my organization where if the user clicks a checkbox, a section expands and shows a description of that item( the description is in a textbox.) If they uncheck it, the description disappears.
I've been asked to add the functionality of a button which can be clicked to clear all checks, and therefore hide all descriptions. I can use rules to uncheck the boxes, but the descriptions remain.
How can I create it so that when the button is clicked, the boxes uncheck and the descriptions are hidden?