|
16 | 16 | } |
17 | 17 | }, |
18 | 18 | items: [{ |
19 | | - text: __("consent.child.adjustments.guideDog.label"), |
20 | | - value: Adjustment.GuideDog |
21 | | - }, { |
22 | 19 | text: __("consent.child.adjustments.distraction.label"), |
23 | | - value: Adjustment.Distraction |
24 | | - }, { |
25 | | - text: __("consent.child.adjustments.extendedAppointment.label"), |
26 | | - value: Adjustment.ExtendedAppointment |
27 | | - }, { |
28 | | - text: __("consent.child.adjustments.firstAppointment.label"), |
29 | | - value: Adjustment.FirstAppointment |
30 | | - }, { |
31 | | - text: __("consent.child.adjustments.lastAppointment.label"), |
32 | | - value: Adjustment.LastAppointment |
| 20 | + value: Adjustment.Distraction, |
| 21 | + exclusiveGroup: "adjustments-list" |
33 | 22 | }, { |
34 | 23 | text: __("consent.child.adjustments.privacy.label"), |
35 | 24 | value: Adjustment.Privacy, |
36 | 25 | hint: { |
37 | 26 | text: __("consent.child.adjustments.privacy.hint") |
38 | | - } |
39 | | - }, { |
40 | | - text: __("consent.child.adjustments.homeVisit.label"), |
41 | | - value: Adjustment.HomeVisit |
| 27 | + }, |
| 28 | + exclusiveGroup: "adjustments-list" |
42 | 29 | }, { |
43 | 30 | text: __("consent.child.adjustments.other.label"), |
44 | 31 | value: Adjustment.Other, |
|
47 | 34 | label: { text: __("consent.child.adjustmentsOther.title") }, |
48 | 35 | decorate: "consent.child.adjustmentsOther" |
49 | 36 | }) |
50 | | - } |
| 37 | + }, |
| 38 | + exclusiveGroup: "adjustments-list" |
| 39 | + }, |
| 40 | + { |
| 41 | + divider: 'or' |
| 42 | + }, |
| 43 | + { |
| 44 | + text: __("consent.child.adjustments.none.label"), |
| 45 | + value: Adjustment.None, |
| 46 | + exclusiveGroup: "adjustments-list", |
| 47 | + exclusive: true |
51 | 48 | }], |
52 | 49 | decorate: "consent.child.adjustments" |
53 | 50 | }) }} |
|
0 commit comments