PowerHorse Engine
    Preparing search index...

    Type Alias LabelledCheckboxProps

    type LabelledCheckboxProps = {
        checkboxProps: CheckboxProps;
        labelProps?: LabelProps;
        onClick?: () => void;
    }
    Index

    Properties

    checkboxProps: CheckboxProps
    labelProps?: LabelProps
    onClick?: () => void