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