Skip to main content
Participant
February 15, 2024
Question

Layering Checkboxes and Radio Buttons - The wrong type is on top

  • February 15, 2024
  • 1 reply
  • 210 views

I have a form that I have two type of selections for that are layered so that we can require a selection, but also allow for multiple other selections.

 

To do this, I have a radio button set that has the required aspect. I then have conditional checkboxes that should be under the radio buttons so they appear after the intial selection based on conditional logic. 

 

The problem is, no matter how I stack the radio buttons and the checkboxes, the check boxes are ON TOP of the radio button - the exact opposite of what I want to happen. They aren't even supposed to appear until the initial radio button selection has occured according to the conditions I put on the box. 

Is there something I'm missing? The radio button was recently added. Previously it was check boxes, but they were getting skipped over and blank forms were being submitted. I really don't want to redo all the logic that's attached to the checkboxes if I can just get the radio buttons to be "On Top".

This topic has been closed for replies.

1 reply

Participant
February 15, 2024

In all of my experimentation, I've discovered a possible way to keep them hidden, but then, when I need them to be "active" they activate, but you can't check them because they are still behind the non-selected radio button... Maybe someone else has a solution, but I'm going to keep trying!