Discussions

Ask a Question
Back to All

Checkbox default set to checked

I'd like to use a checkox, "type": "checkbox", and have the default value to be checked. How could I do that?

Admin

you can try to put true as default value

I'm adding the checkbox through the json file. How could I set it to true through there?

In schema.json, you can add for your field , default : true

ο»Ώ