Radio group widget

Variables to customize Radio Group widget

$gbc-RadioGroupWidget-margin-ratio

Margin ratio for the Radio Group widget

Type: number

Default value: $theme-margin-ratio

Computed value: "0.6"

$gbc-RadioGroupWidget-padding

Padding of the RadioGroup Widget.

Type: size

Default value: $theme-space-xxs

Computed value: "2px"

$gbc-RadioGroupWidget-item-padding

Padding of the RadioGroup Items

Type: size

Default value: $theme-space-xxs

Computed value: "2px"

$gbc-RadioGroupWidget-disabled-color

Color of the radio buttons for the Radio Group widget when disabled.

Type: color

Default value: $theme-disabled-color

Computed value: "rgba(33, 33, 33, 0.54)"

$gbc-RadioGroupWidget-focus-border-color

Color of border for the Radio Group widget when focused.

Type: color

Default value: $mt-field-focus-border-color

Computed value: "#0b79d1"

$gbc-RadioGroupWidget-border-radius

Border radius of the RadioGroup Widget

Type: size

Default value: $mt-field-border-radius

Computed value: "4px"