CheckboxTheme
Defines default property values for descendant Checkbox controls.
Properties
border_side- Overrides the default value ofCheckbox.border_sidein all descendantCheckboxcontrols.check_color- Overrides the default value ofCheckbox.check_colorin all descendantCheckboxcontrols.fill_color- Overrides the default value ofCheckbox.fill_colorin all descendantCheckboxcontrols.mouse_cursor- Overrides the default value ofCheckbox.mouse_cursorin all descendantCheckboxcontrols.overlay_color- Overrides the default value ofCheckbox.overlay_colorin all descendantCheckboxcontrols.shape- Overrides the default value ofCheckbox.shapein all descendantCheckboxcontrols.splash_radius- Overrides the default value ofCheckbox.splash_radiusin all descendantCheckboxcontrols.visual_density- Overrides the default value ofCheckbox.visual_densityin all descendantCheckboxcontrols.
Properties
border_sideclass-attributeinstance-attribute
border_side: Optional[BorderSide] = NoneOverrides the default value of Checkbox.border_side in all descendant Checkbox controls.
check_colorclass-attributeinstance-attribute
check_color: Optional[ControlStateValue[ColorValue]] = NoneOverrides the default value of Checkbox.check_color in all descendant Checkbox controls.
fill_colorclass-attributeinstance-attribute
fill_color: Optional[ControlStateValue[ColorValue]] = NoneOverrides the default value of Checkbox.fill_color in all descendant Checkbox controls.
mouse_cursorclass-attributeinstance-attribute
mouse_cursor: Optional[ControlStateValue[MouseCursor]] = NoneOverrides the default value of Checkbox.mouse_cursor in all descendant Checkbox controls.
overlay_colorclass-attributeinstance-attribute
overlay_color: Optional[ControlStateValue[ColorValue]] = NoneOverrides the default value of Checkbox.overlay_color in all descendant Checkbox controls.
shapeclass-attributeinstance-attribute
shape: Optional[OutlinedBorder] = NoneOverrides the default value of Checkbox.shape in all descendant Checkbox controls.
splash_radiusclass-attributeinstance-attribute
splash_radius: Optional[Number] = NoneOverrides the default value of Checkbox.splash_radius in all descendant Checkbox controls.
visual_densityclass-attributeinstance-attribute
visual_density: Optional[VisualDensity] = NoneOverrides the default value of Checkbox.visual_density in all descendant Checkbox controls.