How can I make a section expandable when checked?

Hello!

I made a pen here:

https://codepen.io/mattscop/pen/BaJNKKe

However, I am looking for some help to make the section expandable. When checked, it should open and expand at the same time to reveal the content behind. Right now it just opens.

Any idea?

I was thinking about it and what I want to do is:

when the checkbox is checked, I want to increase the height of the main div “curtain” to a certain amount so that it shows the content underneath.

Is it possible to do it with css or javascript?

I tried with css but it seems the checkbox can’t change values for divs that are placed above it.

the codepen in the first message contains the full solution