test_johnny

Using the ev-toggle class

Create a division and add the option/checkbox inputs or select
All elements with classes name/value or toggle-id/value will be shown. In this case all items with class 'ftype' belong to the ev-toggle group and only the selected 'a,b or c) are shown.
These should be part of the form so marked with 'inp' class so it is submitted

User selec5ts ion trhe formn

You selected type AAAAAA

You selected type BBBBBB

You selected type CCCCCC

there can be more parts for the same toggle.

This is also shown on selection B

Using a url commandline argument

you can pass on the ftype from the url eg: ....?ftype=a
This will show as a variable [ftype] in the view
You can use to hide parts by defining a classes or use a 'def'
please add a hidden input with an 'inp' class for submit

using a def

using a class

You opened type AAAAAA

You opened type BBBBBB

You opened type CCCCCC