Axinom Mosaic Libraries
    Preparing search index...

    Interface BooleanViewFieldProps

    interface BooleanViewFieldProps {
        className?: string;
        falseLabel?: string;
        id?: string;
        inlineMode?: boolean;
        label?: string;
        tooltipContent?: ReactNode;
        trueLabel?: string;
        value?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string

    CSS Class name for additional styles

    falseLabel?: string

    text to be displayed when value is true

    id?: string

    Form control id

    inlineMode?: boolean

    Hide options not needed in the “inline” scenario

    label?: string

    Form control label

    tooltipContent?: ReactNode

    A tooltip of additional information

    trueLabel?: string

    text to be displayed when value is true

    value?: boolean

    Value to be displayed