@elemental/ui / Class

LmnInputRadioComponent

Decorators:@Component
Generic types:T
Selectors:lmn-input-radio

No documentation has been provided.

Properties

NameTypeDescription
attrId
r
InputSignal<string>

Define the id to associate of input radio

check
r
OutputEmitterRef<T>

Event emitted when radio item is selected

disabled
r
ModelSignal<boolean>

Define the disable state of radio item

disabledMarker
r
InputSignal<string>

Define the disable marker to display near to label of radio item

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

nativeElement
r
HTMLElement
value
r
InputSignal<T>

Define the value of radio item that emitted when selected