How to create multiple checkboxes in variable ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 10:03 AM
I have requirement where i need to create a variable called ''revision'' as type 'checkbox'. under that i need show 4 options as checkbox, where user is able to select multiple options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 05:07 AM
Hi @prash4 ,
You can create a variable called "revision" of type "Multiple choice" with the options as checkboxes and with the multiple selections allowed.
To create the variable:
1. Go to Filter Navigator > All Variables > New.
2. In the Name field, enter "revision".
3. In the Type field, select "Multiple choice".
4. In the Multiple choice field, select "checkbox".
5. In the Choice field, add the options you want to display as checkboxes. For example, "Option 1", "Option 2", "Option 3", and "Option 4".
6. In the Allow multiple selections field, select "True" to allow the user to select multiple options.
7. Click Submit to save the variable.
If you want this variable on a catalog form - In the variable form on the Catalog item field give your catalog item name.
You can use this variable in forms, lists, etc. and the user will be able to select multiple options from the checkbox list.
Please mark the response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
Regards,
Shravan
Shravan
Please mark this as helpful and correct answer, if this helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 03:30 AM
I can't see options checkboxes and with the multiple selections in multiple choice.
Do I miss something?
How can I add those options?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 06:21 AM
There is no option OOB to create one single variable to display multiple check-boxes. If that is what you desire the closes thing is a list collector. It will allow selecting multiple items, but it will not display the items as check-boxes.
Can you say why do you need it to be a single variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 06:34 AM
Hi
try creating Label varible and under that add thode 4 checkboxes.