Input Checkbox
LmnInputCheckboxComponent
import { LmnInputCheckboxComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Extends: |
|
Implements: |
|
Constructor
No documentation has been provided. |
Presentation
|
Properties
Name | Type | Description |
---|---|---|
attrAriaDescribedBy r |
| Define the aria described by attribute |
attrId r |
| Define the id to associate of input |
check r |
| Event emitted when checkbox item is selected or intermediate state change |
checked r |
| Define if checkbox is checked or not |
controlDirective r inherited from
|
| Represent the Angular Control associated with the component. |
dirty r inherited from
|
| Indicates if the control is dirty |
disabled r |
| Define if checkbox is disabled or not |
disabledMarker r |
| Define the disable marker to display near to label |
disabledReason r |
| Define the disabled reason text to use as popup triggered by info button |
disabledReasonTriggerAttrAriaLabel r |
| Define the disabled reason text to use as aria-label for info button |
disabledReasonTriggerTooltip r |
| Define the disabled reason text to show for tooltip of info button |
hasError r inherited from
|
| Indicates if the control has errors |
hasVisualError r inherited from
|
| Indicates if the control has a visual error by checking the |
indeterminate r |
| Define the indeterminate state |
isDisabled r inherited from
|
| Indicates if the control is disabled |
name r |
| Define the name to associate of input |
nativeElement r | HTMLElement | |
negative r |
| Define the negative style |
required r inherited from
|
| Indicates if the control is required |
requiredMarker r |
| Define the required marker to display near to label |
requiredTrue r inherited from
|
| Indicates if the control is true |
touched r inherited from
|
| Indicates if the control is touched |
value r |
| Define the value of checkbox that included on change event |
Methods
focus() |
---|
Allow to focus the internal input element if it is not disabled |
Presentation
|
Returnsvoid |
LmnInputLabelComponent
import { LmnInputLabelComponent } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnInputHintComponent
import { LmnInputHintComponent } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnInputErrorComponent
import { LmnInputErrorComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement | |
templateRef r |
|
LmnInputAlertComponent
import { LmnInputAlertComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement | |
templateRef r |
|