
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 07:12 AM
Hi All,
I am creating a new Catalog item in which I need to create 3 checkboxes. It is working fine when I create the first checkbox but the moment I create the second checkbox field it is showing a 'options' word on top of that which I haven't created.
I have attached the image and it is in the Service Portal view.
Could you please suggest how to remove or avoid that word? Thanks
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 07:17 AM
Hi,
this is expected behavior
Refer this KB from ServiceNow for the steps on how to achieve this
Edit the "option" label above checkbox variables
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 07:17 AM
Hi,
this is expected behavior
Refer this KB from ServiceNow for the steps on how to achieve this
Edit the "option" label above checkbox variables
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 07:29 AM
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 07:18 AM
Hello,
yes if you create multiple check boxes with successive order the default behavior is the above one which you explained
i faced this scenario and the fix what i could do it
above every check box variable i create a label variable
example:
Label1:
check box1
Label2:
check box2
By creating multiple label variables and placing it above on each check box it will seperate all the check boxes and remove the option keyword automatically
this is the only fix that i got in years for this issue .
If you want more info please refer to this KB articehttps://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0853625
Please accept the solution if you find this useful
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 07:30 AM
Thank you