Frontmatter
| id | 4247 |
| title | form.Container: setValues() => allow resetting radio fields |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 4, 2023, 12:17 PM |
| updatedAt | Apr 4, 2023, 12:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4247 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2023, 12:20 PM |
while a user can not uncheck radios, it can be done programmatically. to honor this,
setValues()should be able to set the checked state to false.