How to remove "options" label coming from OOB after adding some checkboxes on the catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 09:52 AM
I have created morethan 10 checkboxes, at starting i am getting 'Options' label,
I have tried many ways like,
using container start and container end
by creating label field and hide on form
but i am not getting the results to hide the 'Options' label.
Someone can please help me on this.
Thanks IN advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 11:08 AM - edited 07-02-2025 11:10 AM
The secret to this solution is simply to add a ‘Label’ variable immediately before the checkbox variables that you want to group on the form:
https://servicenowguru.com/system-definition/multiple-checkbox-variables-service-catalog-surveys/
OR
Try to use a Container split between two checkboxes. That way, ServiceNow will not club them together as options.