Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AS: Alejandro/as/testing chi vunerable groups #1975

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,43 +186,50 @@
]
},
{
"name": "inConflictWithTheLaw",
"label": "Child in conflict with the law",
"type": "mixed-checkbox"
},
{
"name": "livingInConflictZone",
"label": "Child living in conflict zone",
"type": "mixed-checkbox"
},
{
"name": "livingInPoverty",
"label": "Child living in poverty",
"type": "mixed-checkbox"
},
{
"name": "memberOfAnEthnic",
"label": "Child member of an ethnic, racial or religious minority",
"type": "mixed-checkbox"
},
{
"name": "childWithDisability",
"label": "Child with disability",
"type": "mixed-checkbox"
},
{
"name": "LGBTQI+",
"label": "LGBTQI+ / SOGIESC child",
"type": "mixed-checkbox"
},
{
"name": "childOnTheMove",
"label": "Child on the move",
"type": "select",
"name": "vulnerableGroups",
"label": "Vulnerable Groups",
"type": "listbox-multiselect",
"options": [
{ "value": "Unknown", "label": "" },
{ "value": "Involuntarily", "label": "Involuntarily" },
{ "value": "Voluntarily", "label": "Voluntarily" }
{
"value": "Child in conflict with the law",
"label": "Child in conflict with the law"
},
{
"value": "Child living in conflict zone",
"label": "Child living in conflict zone"
},
{
"value": "Child living in poverty",
"label": "Child living in poverty"
},
{
"value": "Child member of an ethnic, racial or religious minority",
"label": "Child member of an ethnic, racial or religious minority"
},
{
"value": "Child on the move (involuntarily)",
"label": "Child on the move (involuntarily)"
},
{
"value": "Child on the move (voluntarily)",
"label": "Child on the move (voluntarily)"
},
{
"value": "Child with disability",
"label": "Child with disability"
},
{
"value": "LGBTQI+/SOGIESC child",
"label": "LGBTQI+/SOGIESC child"
},
{
"value": "Out-of-school child",
"label": "Out-of-school child"
},
{
"value": "Other",
"label": "Other"
}
]
},
{
Expand Down
Loading