Discussions
Checkbox default set to checked
over 2 years ago by Michael Kowalczyk
I'd like to use a checkox, "type": "checkbox", and have the default value to be checked. How could I do that?
over 2 years ago by Sacha TrauwaenAdmin
you can try to put true as default value
over 2 years ago by Michael Kowalczyk
I'm adding the checkbox through the json file. How could I set it to true through there?
over 2 years ago by Sacha
In schema.json, you can add for your field , default : true
ο»Ώ