If/Then Logic with Checkboxes

Is there a way to use if/then logic to have a User Input Checkbox field show more information only if a specific checkbox is checked?

I have a list of checkboxes and if checkbox #2 is checked, then I want to show more checkbox options and data.

Is that possible?

Yep

Just add an onChnage trigger and show or hide if selected is true

So, I’ve tried it two ways and haven’t been able to get it to work. I’ve tried both “Hidden on Load” and “Collapsed on Load” options with each of the following code (onClick and onChange). Maybe my problem is not knowing how to notate the first “radio button”. How do I find that name?

I’m trying to have Group 28 show up after the top radio button is selected.

Here is the two code options I’ve tried: