- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2014 04:35 AM
Hi All,
How do i Remove Options label that gets created when a checkbox type variable is created.Please let me me know if there is any alternative
Regards,
Kirti
Solved! Go to Solution.
- Labels:
-
Service Mapping
- 17,134 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2014 11:33 PM
You can also take a look on the below demo where I have implemented the same.
$('label_IO:7817abedad4c3100dd49a5edb9ba2a38').hide();
Username:admin
Password:admin
Steps to test:
Go to catalog item->Access
NOTE: To hide a label first you have to create a label and then write a client script to hide it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2021 10:18 PM
Hi ,
But Question is mandatory to fill-in right? How to give empty?
I did not understand.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2014 11:09 AM
Hi Kirti,
If you are saying about 2 or more checkboxes that comes under a same category name ,then you can use this to hide that option label.
Create a label with the name of the category and give the checkboxes after that.
For example:
here the choices come under a common category 'reason for request' so give that as a label with order 100 and give the order of the checkboxes as 101,102,103 and 104 respectively.
Thanks and Regards
Ajai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 03:49 AM
Hi All,
I got a simpler way of doing this.I have created a label with no question and i could eliminate options from the checkbox.
Regards,
Kirti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 12:43 PM
that's the best one ^
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2018 07:36 AM
Hi Kirti,
Creating the label with no question is actually creating a huge gap between the check box variables. Were you able to manage it? if yes, how?