- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 10:10 AM
Hi,
I have a sequence of checkboxes and I am asked to have a single line text if one of the checkboxes is selected. Now, it is displaying 'options'. Is there any solution to it? I can't even use label. Kindly help.
Regards
Suman P.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 11:03 AM
So a workaround would be to create your own label variable, and in the question put something hardly noticable, like a dot only.
Example below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 10:42 AM
Hi @Community Alums can you please elaborate your requirement.. If any checkbox is selected you need to show the string field only and need to hide options checkbox right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 10:48 AM
Hi Uday,
No. I have 100 checkboxes. At 30th checkbox, if i check it, it should display a single line text. What that is making is to display "options" before 31 checkbox. I don't want "options" to be displayed.
Regards
Suman P.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 10:56 AM
Hi,
I believe the "options" text is OOB, it cannot be removed, but it can be changed by creating your own custom label variable, and replace the text with your own chosing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 10:59 AM - edited 03-28-2023 11:03 AM
Hi @OlaN,
In that case, I take all the checkbox options which requires special facilities, (2 checkboxes require me to show a single line text when checked and 2 checkboxes require me to display a separate drop down), I will create a dropdown below, and i use UI policy for them. Do you have any better solution?
Regards
Suman P.