Radio group widget buttons

Variables to customize Radio Group widget buttons

$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: "#0b79d1"

$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"