Sets/gets the aria-labelledby attribute.
If not set, the aria-labelledby will be equal to the value of labelId attribute.
ReadonlychangeAn event that is emitted after the checkbox state is changed.
Provides references to the IgxCheckboxComponent and the checked property as event arguments.
Enables/Disables the ripple effect.
If not set, disableRipple will have value false.
Sets/gets the id of the checkbox component.
If not set, the id of the first checkbox component will be "igx-checkbox-0".
Sets/gets the id of the label element.
If not set, the id of the label in the first checkbox component will be "igx-checkbox-0-label".
Sets/gets the position of the label.
If not set, the labelPosition will have value "after".
Sets/gets the name attribute.
Returns reference to the native checkbox element.
Returns reference to the native label element.
@example
let labelElement = this.component.nativeLabel;
Returns reference to the label placeholder element.
@example
let labelPlaceholder = this.component.placeholderLabel;
Sets/gets the value of the tabindex attribute.
Sets/gets the value attribute.
Sets/gets the value of the
aria-labelattribute.