Components Inputs Input Checkbox Group

Input Checkbox Group

Overview API Examples Style Tokens

LmnInputCheckboxGroupComponent

import { LmnInputCheckboxGroupComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-input-checkbox-group
Extends:LmnFormGroupDirective<unknown>
Implements:OnInit

Constructor

No documentation has been provided.

Presentation
constructor(

Properties

NameTypeDescription
controlDirective
r
Signal<NgControl | ControlContainer | undefined>

Represent the Angular Control associated with the component.

dirty
r
Signal<boolean | undefined>

Indicates if the control is dirty

disabledMarker
r
InputSignal<string>

Define the disable marker to display near to label of checkbox group

disabledReason
r
InputSignal<string | undefined>

Define the disabled reason text to use as popup triggered by info button

disabledReasonTriggerAttrAriaLabel
r
InputSignal<string>

Define the disabled reason text to use as aria-label for info button

disabledReasonTriggerTooltip
r
InputSignal<string>

Define the disabled reason text to show for tooltip of info button

hasError
r
Signal<boolean | undefined>

Indicates if the control has errors

hasVisualError
r
Signal<boolean>

Indicates if the control has a visual error by checking the data-lmn-has-error attribute or the lmn-has-error class

isDisabled
r
Signal<boolean | undefined>

Indicates if the control is disabled

name
r
inherited from LmnFormGroupDirective
InputSignal<string>

Define the name of the form group

nativeElement
r
HTMLElement
negative
r
inherited from LmnFormGroupDirective
InputSignalWithTransform<boolean, unknown>

Define the negative style for group

required
r
Signal<boolean | undefined>

Indicates if the control is required

requiredMarker
r
InputSignal<string>

Define the required marker to display near to label of checkbox group

requiredTrue
r
Signal<boolean | undefined>

Indicates if the control is true

touched
r
Signal<boolean | undefined>

Indicates if the control is touched

value
r
inherited from LmnFormGroupDirective
Signal<unknown>

Methods

setAllowWithoutControl()

inherited from LmnFormGroupDirective

No documentation has been provided.

Presentation
setAllowWithoutControl(value: boolean): void;
Parameters
NameTypeDescription
value
boolean
Returns
void

LmnInputLabelComponent

import { LmnInputLabelComponent } from '@elemental/ui';

Properties

NameTypeDescription
nativeElement
r
HTMLElement

LmnInputHintComponent

import { LmnInputHintComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-input-hint [lmnInputHint]

Properties

NameTypeDescription
nativeElement
r
HTMLElement

LmnInputErrorComponent

import { LmnInputErrorComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-input-error

Properties

NameTypeDescription
nativeElement
r
HTMLElement
templateRef
r
Signal<TemplateRef<unknown>>

LmnInputAlertComponent

import { LmnInputAlertComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-input-alert

Properties

NameTypeDescription
nativeElement
r
HTMLElement
templateRef
r
Signal<TemplateRef<unknown>>