riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/checkbox/checkbox.d.ts
@@ -9,6 +9,9 @@
            type: StringConstructor;
            value: string;
        };
        tId: {
            type: StringConstructor;
        };
        block?: {
            type: BooleanConstructor;
            value?: boolean;
@@ -40,10 +43,6 @@
        disabled?: {
            type: BooleanConstructor;
            value?: boolean;
        };
        externalClasses?: {
            type: ArrayConstructor;
            value?: ["t-class", "t-class-icon", "t-class-label", "t-class-content", "t-class-border"];
        };
        icon?: {
            type: null;