method Checkbox.prototype.validateimport { Checkbox } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; validate(value: string[]): boolean | stringValidate input value. Parametersvalue: string[]User input value. Returnsboolean | stringTrue on success, false or error message on error.