Make Multiple group of checkboxes mandatory from 1 label

Nico12
Mega Sage

Hi,

 

I would like to make multiple groups of checkboxes mandatory but only 1 time. I explained :

First an image : find_real_file.png

 

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 ?

1 ACCEPTED SOLUTION

Chetan Mahajan
Kilo Sage
Kilo Sage

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 

View solution in original post

4 REPLIES 4

Hitoshi Ozawa
Giga Sage
Giga Sage

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?

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 🙂

 

 

Chetan Mahajan
Kilo Sage
Kilo Sage

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 

Thanks!