@elemental/ui / Class

LmnInputRadioGroupComponent

No documentation has been provided.

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

disabled
r
ModelSignal<boolean>

Define if radio group is disabled or not

disabledMarker
r
InputSignal<string>

Define the disable marker to display near to label of radio 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

hasDisabledState
p r
Signal<boolean>

Indicate the source of true for disabled value by considering the isDisabled coming from the formControl and disabled input

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
InputSignal<string>

Define the name to associate of input

nativeElement
r
HTMLElement
negative
r
InputSignalWithTransform<boolean, unknown>

Define the negative style

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 radio 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
ModelSignal<T | undefined>

Define the value of radio group that included on change event