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

Community Alums
Not applicable

Hi Hari,



But this is not what i am trying to do..i want to eliminate the options label completely.



Regards,


Kirti.


not sure if I understand this ... you want a checkbox without the question label?



if that is the case, use a macro variable and have a checkbox in the corresponding UI macro.....


Community Alums
Not applicable

Hi Kalaiarasan,



I meant to say when we create a checkbox variable say abc..it creates a label options and shows the checkbox abc below that..I want to remove that options label.



The demo you gave as a reference is not working.:(



Regards,


kirti