Skip to main content

CheckboxTheme

Defines default property values for descendant Checkbox controls.

Properties

Properties

border_sideclass-attributeinstance-attribute

border_side: Optional[BorderSide] = None

Overrides the default value of flet.Checkbox.border_side in all descendant Checkbox controls.

check_colorclass-attributeinstance-attribute

check_color: Optional[ControlStateValue[ColorValue]] = None

Overrides the default value of flet.Checkbox.check_color in all descendant Checkbox controls.

fill_colorclass-attributeinstance-attribute

fill_color: Optional[ControlStateValue[ColorValue]] = None

Overrides the default value of flet.Checkbox.fill_color in all descendant Checkbox controls.

mouse_cursorclass-attributeinstance-attribute

mouse_cursor: Optional[ControlStateValue[MouseCursor]] = None

Overrides the default value of flet.Checkbox.mouse_cursor in all descendant Checkbox controls.

overlay_colorclass-attributeinstance-attribute

overlay_color: Optional[ControlStateValue[ColorValue]] = None

Overrides the default value of flet.Checkbox.overlay_color in all descendant Checkbox controls.

shapeclass-attributeinstance-attribute

shape: Optional[OutlinedBorder] = None

Overrides the default value of flet.Checkbox.shape in all descendant Checkbox controls.

splash_radiusclass-attributeinstance-attribute

splash_radius: Optional[Number] = None

Overrides the default value of flet.Checkbox.splash_radius in all descendant Checkbox controls.

visual_densityclass-attributeinstance-attribute

visual_density: Optional[VisualDensity] = None

Overrides the default value of flet.Checkbox.visual_density in all descendant Checkbox controls.