Radio group buttons
Variables to customize Radio Group buttons
$gbc-RadioGroupWidget-radiobutton-size
Size of the radio buttons for the Radio Group.
Type: size
Default value: "14px"
Computed value: "14px"
Alias (for compatibility): $gbc-radiobutton-size,theme-radiobutton-size
$gbc-RadioGroupWidget-unchecked-color
Color of the radio buttons for the Radio Group when unchecked.
Type: color
Default value: $ui-text-icon-color
Computed value: "rgb(31, 31, 31)"
$gbc-RadioGroupWidget-checked-color
Color of the radio buttons for the Radio Group when checked.
Type: color
Default value: $ui-primary-color
Computed value: "rgb(11, 121, 209)"
$gbc-RadioGroupWidget-unchecked-icon
Icon of the radio buttons for the Radio Group 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 when checked.
Type: string
Default value: "radiobox-marked"
Computed value: "radiobox-marked"