- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 08:37 AM
Hi,
I would like to make multiple groups of checkboxes mandatory but only 1 time. I explained :
First an image :
I need to have multiple checkboxes mandatory, but some will be seperate with labels.
Exemple : if i check Checkbox1 on Label 3, Label 2 Checkboxes should not be mandatory.
I think checkboxes must be reliate to one label to be mandatory.
Is this possible ?
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 11:10 PM
Hi Nico,
Create 2 catalog UI policy for Lable -2 and Lable-3 make sure u had different backend name for all checkbox like (L2cb1,L2cb2, L2cb3 / L3cb1,L3cb2) . Lable-2 UI policy -> add condition L2cb1|| L2cb2|| L2cb3 is true ) add UI action L3cb1,L3cb2 is mandatory false same for Lable-3.
Kindly mark correct and helpful if applicable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 06:34 PM
Hi Nico,
Not sure about the question. How is Label 1 suppose to make all checkboxes mandatory because label can't be checked so it can't be selected.
Are all the checkboxes mandatory initially and when checkboxes are checked, make other checkboxes non-mandatory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 10:32 PM
Hi Hitoshi,
I will try to explain more clearly.
I know that you can make mandatory a group of checkbox but making mandatory the first one AND if all are in one block without labels or break between them.
But in my case, I have 2 groups of checkbox and if the user select one checkbox (let's say in group 2), all the other from both groups should not be mandatory anymore.
Let me know if it's more clear 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 11:10 PM
Hi Nico,
Create 2 catalog UI policy for Lable -2 and Lable-3 make sure u had different backend name for all checkbox like (L2cb1,L2cb2, L2cb3 / L3cb1,L3cb2) . Lable-2 UI policy -> add condition L2cb1|| L2cb2|| L2cb3 is true ) add UI action L3cb1,L3cb2 is mandatory false same for Lable-3.
Kindly mark correct and helpful if applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 12:38 PM
Thanks!