Skip to main content

Radio

shadow

Radio element je upravená verzia štandardného HTML radio elementu, rozšírená o štýly pre dosiahnutie vizuálne konzistentnejšieho používateľského rozhrania naprieč rôznymi zariadeniami. Funguje podobne ako štandardné rádio tlačidlo a umožňuje používateľom vybrať jednu z množiny možností. Používa sa vo vnútri elementu radio group, ktorý im pridáva zarovnanie a zoskupuje ich do jedného celku.

Základné použitie

Inline

Pridaním vlastnosti inline sa elementy usporiadajú v horizontálnom rozložení.

Úprava štýlov

color

Pomocou vlastnosti color je možné zmeniť farbu radio elementu.

Atribúty a Vlastnosti

color

DescriptionThe color to use from your application's color palette. The default options are "primary", "complete", "success", "warning", "warning" and "neutral". For more information, go to: theming.
Attributecolor
Type"danger." | "neutral" | "primary" | "success" | "complete" | "warning" | string | undefined
Defaultundefined

checked

DescriptionIf true, the option is selected.
Attributechecked
Typeboolean
Defaultfalse

disabled

DescriptionIf true, the option cannot be selected.
Attributedisabled
Typeboolean
Defaultfalse

indeterminate

DescriptionIf true, it sets the default state of the radio element to neutral, i.e. neither true nor false.
Attributeindeterminate
Typeboolean
Defaultfalse

name

DescriptionSpecifies the name of the radio element.
Attributename
Typestring
Defaultthis.inputId

value

DescriptionThe value of the radio element.
Attributevalue
Typestring | undefined
Defaultundefined

Eventy

No events available for this component.

Metódy

No public methods available for this component.

CSS Shadow Parts

No CSS shadow parts available for this component.

CSS Custom Vlastnosti

NameDescription
--wj-border-radius-circleDefines the size of the roundness of the element.
--wj-radio-margin-bottomDefines the bottom offset of the element.
--wj-radio-margin-inlineRight and left offset of the radio element.
--wj-radio-margin-topTop offset of the radio element.

Sloty

No slots available for this component.