S or /

SourceClass CheckboxStyle

from egui import CheckboxStyle
class CheckboxStyle:

Dedicated checkbox style

Properties§

@property def check_size(self, /) -> float§
@check_size.setter def check_size(self, /, check_size: float) -> None§
@property def check_stroke(self, /) -> Stroke§
@check_stroke.setter def check_stroke(self, /, check_stroke: Stroke) -> None§
@property def checkbox_frame(self, /) -> Frame§
@checkbox_frame.setter def checkbox_frame(self, /, checkbox_frame: Frame) -> None§
@property def checkbox_size(self, /) -> float§
@checkbox_size.setter def checkbox_size(self, /, checkbox_size: float) -> None§
@property def frame(self, /) -> Frame§
@frame.setter def frame(self, /, frame: Frame) -> None§
@property def text_style(self, /) -> TextVisuals§
@text_style.setter def text_style(self, /, text_style: TextVisuals) -> None§