SwitchClasses

sealed external interface SwitchClasses(source)

Properties

Link copied to clipboard
abstract val checked: ClassName

State class applied to the internal SwitchBase component's checked class.

Link copied to clipboard
abstract val colorPrimary: ClassName

Styles applied to the internal SwitchBase component's root element if color="primary".

Link copied to clipboard

Styles applied to the internal SwitchBase component's root element if color="secondary".

Link copied to clipboard
abstract val disabled: ClassName

State class applied to the internal SwitchBase component's disabled class.

Link copied to clipboard
abstract val edgeEnd: ClassName

Styles applied to the root element if edge="end".

Link copied to clipboard
abstract val edgeStart: ClassName

Styles applied to the root element if edge="start".

Link copied to clipboard
abstract val input: ClassName

Styles applied to the internal SwitchBase component's input element.

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val sizeMedium: ClassName

Styles applied to the root element if size="medium".

Link copied to clipboard
abstract val sizeSmall: ClassName

Styles applied to the root element if size="small".

Link copied to clipboard
abstract val switchBase: ClassName

Styles applied to the internal SwitchBase component's root class.

Link copied to clipboard
abstract val thumb: ClassName

Styles used to create the thumb passed to the internal SwitchBase component icon prop.

Link copied to clipboard
abstract val track: ClassName

Styles applied to the track element.