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-radiobutton-size

Size of the radio buttons for the Radio Group widget.

Type: size

Default value: $theme-radiobutton-size

Computed value: 14px

$gbc-RadioGroupWidget-unchecked-color

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

Type: color

Default value: $theme-secondary-color

Computed value: #212121

$gbc-RadioGroupWidget-checked-color

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

Type: color

Default value: $theme-primary-background-color

Computed value: #1976d2

$gbc-RadioGroupWidget-unchecked-icon

Icon of the radio buttons for the Radio Group widget when unchecked.

Type: string

Default value: $radiobox-blank

Computed value: radiobox-blank

$gbc-RadioGroupWidget-checked-icon

Icon of the radio buttons for the Radio Group widget when checked.

Type: string

Default value: $radiobox-marked

Computed value: radiobox-marked

$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: #1976d2