docx
    Preparing search index...

    Type Alias ICheckboxSymbolProperties

    Configuration for a checkbox symbol state (checked or unchecked).

    type ICheckboxSymbolProperties = {
        font?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    font?: string

    Font family to use for rendering the symbol

    value?: string

    Hexadecimal character code for the symbol (e.g., "2612" for ☒)