CheckBox widget

Variables to customize CheckBox widget

$gbc-CheckBoxWidget-margin-ratio

Margin ratio for the CheckBox widget

Type: number

Default value: $theme-margin-ratio

Computed value: "0.6"

$gbc-CheckBoxWidget-disabled-color

Color of a disabled CheckBox widget

Type: color

Default value: $theme-disabled-color

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

$gbc-ToggleCheckBoxWidget-disabled-color

Color of a disabled ToggleCheckbox

Type: color

Default value: "color.adjust($theme-disabled-background-color, $lightness: -19%)"

Computed value: "#bfbfbf"

$gbc-CheckBoxWidget-gap

Space between the box and the text

Type: number

Default value: $theme-margin-ratio* 8px

Computed value: "4.8px"