Type Alias CheckboxField

CheckboxField: "yes" | "checkbox" | "no"

"yes" or "checkbox" will mark the checkbox checked and everything else will default to unchecked

Example: "yes", "checkbox", "no"