catalog client script : check atleast one checkbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 09:44 AM - edited 12-06-2022 09:44 AM
Hi Folks,
I have a catalog item where there are 10 checkboxes under one label, So i need a catalog client script where user should be able to submit the catalog only if he enables one checkbox minimum.
Any leads on that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 09:48 AM
Hello,
There you go
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 09:49 AM - edited 12-06-2022 09:50 AM
Set one of the checkboxes as mandatory/selection required.
It will enforce the mandatory for any of them

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 09:51 AM
Below is one option using script
The other option is out of box where you can mark selection required the checkbox to make it mandatory to select one option.
https://www.servicenow.com/community/developer-forum/mandatory-checkbox-on-form/m-p/2001162
Please mark this response as correct or helpful if it assisted you with your question.