
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 12:44 AM - edited 01-24-2025 12:46 AM
Hi
How do we check the selected checkbox value or name?
Currently i have these multiple checkboxes where when we click on one of them we can identify which checkbox has been selected.
I created a client script to show the event values, however event.payload doesn't have a value?
Is there a way to get the checkbox value or identifer when we trigger an event + client script?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 05:39 AM
I test this and I see a value:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 07:55 AM
Thank you, now its working. I didn't think of doing console.log(event); 😅

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 07:55 AM
maybe you can check my other thread question if you have idea
https://www.servicenow.com/community/developer-forum/policy-exception-overview-in-workspace-is-missi...