- 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,146 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
02-04-2019 02:20 AM
Hi,
I'm facing the same issue, but I can't create a label field wihtout question.
I got the message "Error MessageThe following mandatory fields are not filled in: Name, Question". How did you manage that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 08:08 AM
We're in the Paris release cycle now and this is still a thing. I can and will never understand why a system would insist on 'thinking ahead for me'. If I wanted an 'Options' group title, I would've made a container with that title to do so.
I shouldn't have to jump through ridiculous hoops in order to have a workaround for something the system 'thinks' I find useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 03:15 AM
I have tried all the methods,
best solution is to add container start and container end in b/w the checkbox type variable.
this works !