Entracte (TypeScript)
    Preparing search index...
    type CheckboxRowProps = {
        label: ReactNode;
        onChange: (next: boolean) => void;
        onlyOn?: Platform[];
        tip?: string;
        value: boolean;
    }
    Index

    Properties

    label: ReactNode
    onChange: (next: boolean) => void
    onlyOn?: Platform[]

    Restrict the control to these platforms; on others it renders disabled with a suffix.

    tip?: string
    value: boolean