Hierarchy

Hierarchy

  • IgxXCheckboxComponent

Implements

  • AfterViewInit

Constructors

  • Parameters

    • renderer: Renderer2
    • _elRef: ViewContainerRef
    • ngZone: NgZone
    • injector: Injector
    • componentFactoryResolver: ComponentFactoryResolver

    Returns IgxXCheckboxComponent

Properties

_childTemplateRef: TemplateRef<any>
_dynamicContent: ViewContainerRef
container: Element
ngAcceptInputType_actualBorderWidth: string | number
ngAcceptInputType_actualCornerRadius: string | number
ngAcceptInputType_actualTickStrokeWidth: string | number
ngAcceptInputType_baseTheme: string | BaseControlTheme
ngAcceptInputType_borderWidth: string | number
ngAcceptInputType_checked: string | boolean
ngAcceptInputType_cornerRadius: string | number
ngAcceptInputType_disableRipple: string | boolean
ngAcceptInputType_disableTransitions: string | boolean
ngAcceptInputType_disabled: string | boolean
ngAcceptInputType_focused: string | boolean
ngAcceptInputType_indeterminate: string | boolean
ngAcceptInputType_labelPosition: string | CheckboxLabelPosition
ngAcceptInputType_required: string | number
ngAcceptInputType_tabIndex: string | number
ngAcceptInputType_tickStrokeWidth: string | number
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualBorderWidth(): number
  • Gets or sets the Width to use for the check mark when the checkbox is checked.

    Returns number

  • set actualBorderWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualCheckedBackgroundColor(): string
  • Gets or sets the color to use for the actual background when the checkbox is checked.

    Returns string

  • set actualCheckedBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualCheckedBorderColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set actualCheckedBorderColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualCornerRadius(): number
  • Gets the actual corner radius to use for the checkbox.

    Returns number

  • set actualCornerRadius(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualTickColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set actualTickColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualTickStrokeWidth(): number
  • Gets or sets the stroke width to use for the check mark.

    Returns number

  • set actualTickStrokeWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualUncheckedBackgroundColor(): string
  • Gets or sets the color to use for the actual background when the checkbox is unchecked.

    Returns string

  • set actualUncheckedBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualUncheckedBorderColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set actualUncheckedBorderColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get ariaLabel(): string
  • Gets or sets the value of the aria-label attribute.

    Returns string

  • set ariaLabel(v: string): void
  • Parameters

    • v: string

    Returns void

  • get ariaLabelledBy(): string
  • Gets or sets the value of the aria-labelledby attribute.

    Returns string

  • set ariaLabelledBy(v: string): void
  • Parameters

    • v: string

    Returns void

  • get baseTheme(): BaseControlTheme
  • Gets or sets the base built in theme to use for the checkbox.

    Returns BaseControlTheme

  • set baseTheme(v: BaseControlTheme): void
  • Parameters

    Returns void

  • get borderWidth(): number
  • Gets or sets the Width to use for the check mark when the checkbox is checked.

    Returns number

  • set borderWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get checked(): boolean
  • Gets or sets whether the checkbox is checked.

    Returns boolean

  • set checked(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get checkedBackgroundColor(): string
  • Gets or sets the color to use for the background when the checkbox is checked.

    Returns string

  • set checkedBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get checkedBorderColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set checkedBorderColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get cornerRadius(): number
  • Gets or sets the corner radius to use for the checkbox.

    Returns number

  • set cornerRadius(v: number): void
  • Parameters

    • v: number

    Returns void

  • get disableRipple(): boolean
  • Gets or sets whether to disable the ripple effect for the checkbox.

    Returns boolean

  • set disableRipple(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get disableTransitions(): boolean
  • Gets or sets whether the checkbox transitions are disabled.

    Returns boolean

  • set disableTransitions(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get disabled(): boolean
  • Gets or sets whether the checkbox is disabled.

    Returns boolean

  • set disabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get focused(): boolean
  • Gets or sets if the checkbox is Focused.

    Returns boolean

  • set focused(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get i(): XCheckbox
  • Returns XCheckbox

  • get id(): string
  • Gets or sets the id to use for the checkbox.

    Returns string

  • set id(v: string): void
  • Parameters

    • v: string

    Returns void

  • get indeterminate(): boolean
  • Gets or sets whether the checkbox is indeterminate.

    Returns boolean

  • set indeterminate(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get inputId(): string
  • Gets or sets the id to use for the internal native checkbox.

    Returns string

  • set inputId(v: string): void
  • Parameters

    • v: string

    Returns void

  • get labelId(): string
  • Gets or sets id to use for the checkbox label.

    Returns string

  • set labelId(v: string): void
  • Parameters

    • v: string

    Returns void

  • get labelPosition(): CheckboxLabelPosition
  • Gets or sets LabelPosition to use for the checkbox.

    Returns CheckboxLabelPosition

  • set labelPosition(v: CheckboxLabelPosition): void
  • Parameters

    • v: CheckboxLabelPosition

    Returns void

  • get name(): string
  • Gets or sets name to use for the checkbox.

    Returns string

  • set name(v: string): void
  • Parameters

    • v: string

    Returns void

  • get required(): number
  • Gets or sets if the checkbox is required.

    Returns number

  • set required(v: number): void
  • Parameters

    • v: number

    Returns void

  • get tabIndex(): number
  • Gets or sets TabIndex to use for the checkbox.

    Returns number

  • set tabIndex(v: number): void
  • Parameters

    • v: number

    Returns void

  • get tickColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set tickColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get tickStrokeWidth(): number
  • Gets or sets the corner radius to use for the checkbox.

    Returns number

  • set tickStrokeWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get uncheckedBackgroundColor(): string
  • Gets or sets the color to use for the background when the checkbox is unchecked.

    Returns string

  • set uncheckedBackgroundColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get uncheckedBorderColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is unchecked.

    Returns string

  • set uncheckedBorderColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get value(): any
  • Gets or sets value to use for the checkbox.

    Returns any

  • set value(v: any): void
  • Parameters

    • v: any

    Returns void

Methods

  • Returns a serialized copy of the exported visual model

    Returns string

  • Exports visual information about the current state of the grid.

    Returns any

  • Parameters

    • name: string

    Returns any

  • Returns void

  • Returns void

  • Returns void

  • Returns void

  • Returns void