Skip to main content
Nintex Community Menu Bar
Solved

Checkbox UI only field to run a snippet when user checked/unchecked it

  • June 27, 2024
  • 2 replies
  • 2 views

Forum|alt.badge.img+1

Hello. Im new to Skuid and I would like to seek help from community.
I needed to place a UI-only checkbox field in the UI and I wanted to run a snippet when user checked or uncheck it. Is it possible? Can you help provide example. Thanks!

Best answer by Skuidward_Tentacles

Yes, you can use model actions to trigger your snippet:

https://docs.skuid.com/latest/en/skuid/models/model-actions.html

2 replies

Forum|alt.badge.img+1

Yes, you can use model actions to trigger your snippet:

https://docs.skuid.com/latest/en/skuid/models/model-actions.html


Forum|alt.badge.img+1
  • Author
  • New Participant
  • June 27, 2024

Thank you @Skuidward_Tentacles . This works perfectly to my requirements.