Checkbox field

checkbox({
  label: string;
  defaultValue?: boolean;
  description?: string;
})