How to remove "options" label coming from OOB after adding some checkboxes on the catalog item.

hari turpati
Tera Contributor

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.

 

10 REPLIES 10

GobindG
Tera Contributor

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.