Checkbox default values
Open
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 867
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm trying to create some fields with checkbox type but the default configuration for default values don't work.
editor: {
type: 'checkbox',
config: {
true: 'true',
false: 'false'
}
},
Only works if we set the strings with boolean variables.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.