@nativescript-community/ui-checkbox
    Preparing search index...

    Interface CheckBoxInterface

    interface CheckBoxInterface {
        checked: boolean;
        text?: string;
        toggle(): void;
    }
    Index

    Properties

    Methods

    Properties

    checked: boolean
    text?: string

    Methods

    • Returns void