How do i Remove Options label that gets created when a checkbox type variable is created

Community Alums
Not applicable

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

1 ACCEPTED SOLUTION

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.


View solution in original post

27 REPLIES 27

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?

Mike322
Tera Contributor

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.

Sameer kadium
Tera Contributor

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 !