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

    Class CheckBox

    Represents a CheckBox component.

    Hierarchy

    • View
      • CheckBox
    Index

    Constructors

    • Returns CheckBox

    Properties

    android: any

    Gets the native android widget that represents the user interface for this component. Valid only when running on Android OS.

    animationDuration: number

    iOS only

    boxType: number

    iOS only

    checked: boolean

    Gets or sets if a switch is checked or not.

    fillColor: Color
    hideBox: boolean

    iOS only

    ios: any

    Gets the ios Label with the checkbox as a subview

    lineWidth: number

    iOS only

    offAnimationType: number

    iOS only

    onAnimationType: number

    iOS only

    onCheckColor: Color

    iOS only

    onFillColor: Color

    iOS only

    onTintColor: Color

    iOS only

    tintColor: Color

    Methods

    • Change the checked state of the view to the inverse of its current state.

      Returns void