RadioGroup

Read more about this component in the Aksel documentation.

Choose your experience

Properties

RadioGroup

PropertyDescriptionDefault
Control
Properties
name

Override internal name

string
-
size
"small" "medium" "medium"
value
bindable

Controlled state for Radio

typeParameter
-
Snippets
children

Collection of <Radio />-elements

 -
Events
onchange

Returns current checked Radio in group

 -

Properties included from: Omit<FieldsetProps, "onchange" | "errorPropagation" | "nativeReadOnly">

Radio

PropertyDescriptionDefault
Control
Properties
value
required

Radio value.

typeParameter
-
description

Adds a description to extend the labeling.

Snippet string
-
size

Changes font-size, padding and gaps.

"medium" "small"
-
Snippets
children

Radio label.

 -
description

Adds a description to extend the labeling.

 -

Properties included from: Omit<HTMLInputAttributes, "size" | "value">