We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I can't get the checkboxes to work, what am I doing wrong?
model: { checkbox: true, }
uiSchema: [ { component: "div", fieldOptions: { class: ["form-group"], }, children: [ { component: "div", children: [ { component: "input", model: "checkbox", valueProp: "checked", fieldOptions: { on: ["change"], attrs: { name: "checkbox", type: "checkbox", }, }, }, ], }, ], }, ],
schema: { type: "object", required: ["checkbox"], properties: { checkbox: { type: "boolean", }, }, }
Example
What is the problem? ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't get the checkboxes to work, what am I doing wrong?
Model
uiSchema
Schema
Example
What is the problem? ...
The text was updated successfully, but these errors were encountered: