I'm receiving an error when submitting the following field in editor. Is my approach of assigning a string value to a checkbox incorrect?
"label": "user_type",
"name": "accounts.user_type",
type: "checkbox",
options: [
{
label: "Admin",
value: "admin",
}
],