Liste de critères avec choix multiples à cocher

Bonjour,
J’essaie de créer une checklist comme avec excel :

  • lignes : critères
  • colonne A = public, colonne B = privé
  • possibilité de cocher les colonnes A et B conjointement ou séparément

Comment dois-je faire ? Je ne suis pas encore très habituée.
Merci infiniment de votre aide précieuse.
Bonne journée à tous et toutes :slight_smile:

Hi @Watermeche,

On the screen, you can do this only with the Custom List (as I suppose you’re using Simple list now, there is no way to add 2 toggles there).

So in your “Criteres” collection you need to add 2 properties (EE and EU), both True/False. Then you add a custom list to the screen, make it a list of “Criteres”, add 2 toggles to it, and connect each toggle to the respective property.

Just in case, when a user checks/unchecks such toggle, this will be a global change (any other user will see the new value of this property).

Best,
Victor.

Bonjour Victor !
Merci mille fois !!! Cela a fonctionné :grinning_face:
Merci encore.

edit : now toggles are properly working :grinning_face:

1 Like