How to add selection counter, and activate the 'Next' button when 5 options are selected?

Hi, Ulfa.

If you want to do it like that, you need to use conditional and variables.

Here is a brief guide for it:

  1. Create 2 variables:
    a. Bolean Variable
    image
    b. Number Variable
    image

  2. Separate the string on the [1 selected] into [Count + Selected] and apply the variable count into the Count.
    image

  3. Apply the boolean variable on the instance of the button component.
    image

  4. On the Radio Button Component, add a click event on the unchecked radio button variant:
    image

5.and add this event on the checked radio button variant
image

After doing this, the prototype should be like this: