XSmall

data object XSmall : CheckboxSize

Properties

Link copied to clipboard
open override val borderCornerRadius: Dp

Represents the border corner radius of the checkbox. This value determines the degree of rounding of the checkbox corners.

Link copied to clipboard
open override val checkboxSize: Dp

Represents the size of the checkbox component. This value determines the width and height of the checkbox.

Link copied to clipboard
open override val containerSize: Dp

Represents the size of the container in which the checkbox component resides. This value typically determines the perimeter of the checkbox component.

Link copied to clipboard
open override val rippleRadius: Dp

Represents the ripple radius of the checkbox. This value determines the radius of the ripple effect when the checkbox is clicked.

Link copied to clipboard
open override val textStyle: TextStyle

Represents the style of the checkbox text. This value determines the font family, text size of the check box.

Functions

Link copied to clipboard
open override fun strokeWidth(style: CheckboxStyle): Dp

Returns the stroke width of the checkbox. Stroke width determines the thickness of the checkbox border.