{
"title": "Example for rendering currency component",
"description": "A simple form with currency component",
"type": "object",
"properties": {
"multipleChoicesList": {
"type": "array",
"title": "A multiple choices list",
"items": {
"type": "string",
"enum": [
"foo",
"bar",
"fuzz",
"qux"
]
},
"uniqueItems": true
}
}
}
{
"multipleChoicesList": {
"ui:widget": "checkboxes"
}
}
{
"multipleChoicesList": [
"foo",
"bar"
]
}