I am using JSF2 and Java to build a web application. I want to build a form like the one at the picture below:

When somebody unchecks the checkbox the form should disappear:

Here is an example with gwt.
So far,
I tried some stuff with the <f:ajax> tag and an PropertyActionListener in the managedBean but it didn't work. Can somebody give me an example or at least some hints to accomplish my goal. I would be really thankfull