• Resolved chillitswill

    (@chillitswill)


    Hello everybody,

    thanks for this great plugin.

    I am creating a price calculator for one product that has lots of different components. A component can be based on different material, that the user can choose from.

    Example: Lets say the price calculator is for vehicles. There are a 2 checkboxes: If you click on checkbox one titled “cars”, two checkboxes will appear allowing you to choose: “tesla” or “audi”.

    The other checkbox is titled “bikes”. If you click this one, 2 new boxes will appear: “mountain bike” and “city bike”, that you can choose from.

    I think you get the idea. If I choose the one option, a few follow-up options will appear, that are specifically linked to the option chosen.

    How do I do that? Your help is very much appreciated.
    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @chillitswill

    The behavior described is more for radio buttons than for checkboxes (the radio buttons allow to select one option at once, the checkbox allow to select multiple choices)

    In your project you simply should to define dependencies. The field with the choices: tesla and audi, should be defined as dependent on the “car” choice of previous field.

    More information about dependencies, reading the following post in the plugin’s blog:

    https://cff.dwbooster.com/blog/2020/03/01/dependencies/

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘How2: click on checkbox to make specific follow-up checkbox appear’ is closed to new replies.