Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ICheckbox

    interface ICheckbox {
        bbcode?: string;
        disabled?: boolean;
        id: string;
        subText?: string;
        text?: string;
        value: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bbcode?: string
    disabled?: boolean
    id: string
    subText?: string
    text?: string
    value: boolean