Skip to content

CheckboxTheme

Defines default property values for descendant Checkbox controls.

Properties

Properties#

border_side class-attribute instance-attribute #

border_side: Optional[BorderSide] = None

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

check_color class-attribute instance-attribute #

check_color: Optional[ControlStateValue[ColorValue]] = None

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

fill_color class-attribute instance-attribute #

fill_color: Optional[ControlStateValue[ColorValue]] = None

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

mouse_cursor class-attribute instance-attribute #

mouse_cursor: Optional[ControlStateValue[MouseCursor]] = (
    None
)

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

overlay_color class-attribute instance-attribute #

overlay_color: Optional[ControlStateValue[ColorValue]] = (
    None
)

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

shape class-attribute instance-attribute #

shape: Optional[OutlinedBorder] = None

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

splash_radius class-attribute instance-attribute #

splash_radius: Optional[Number] = None

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

visual_density class-attribute instance-attribute #

visual_density: Optional[VisualDensity] = None

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