UNPKG

alinea

Version:
18 lines (16 loc) 417 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/field/check/CheckField.ts import { ScalarField } from "alinea/core/field/ScalarField"; import { viewKeys } from "alinea/dashboard/editor/ViewKeys"; var CheckField = class extends ScalarField { }; function check(label, options = {}) { return new CheckField({ options: { ...options, label }, view: viewKeys.CheckInput }); } export { CheckField, check };