Hosanna UI API v1.30.2-next
    Preparing search index...
    interface CheckBoxEvent {
        isChecked: boolean;
        preventDefault?: boolean;
        type: string;
        view: CheckBoxView;
    }

    Hierarchy

    Index

    Properties

    isChecked: boolean
    preventDefault?: boolean
    type: string