Frontmatter
| id | 4274 |
| title | form.field.CheckBox: uncheckedValue class field |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 12, 2023, 12:05 PM |
| updatedAt | Apr 12, 2023, 4:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4274 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 12, 2023, 4:52 PM |
for use cases where there is just 1 checkbox (1 field with the same name, not a group), we might want to submit a value to the BE for the unchecked state.
we also need to adjust
form.Container: getValues()to honor this.