SwitchClasses

sealed external interface SwitchClasses(source)

Properties

Link copied to clipboard
abstract val checked: ClassName

State class applied to the root element if the switch is checked

Link copied to clipboard
abstract val disabled: ClassName

State class applied to the root element if the switch is disabled

Link copied to clipboard
abstract val focusVisible: ClassName

State class applied to the root element if the switch has visible focus

Link copied to clipboard
abstract val input: ClassName

Class applied to the internal input element

Link copied to clipboard
abstract val readOnly: ClassName

Class applied to the root element if the switch is read-only

Link copied to clipboard
abstract val root: ClassName

Class applied to the root element.

Link copied to clipboard
abstract val thumb: ClassName

Class applied to the thumb element

Link copied to clipboard
abstract val track: ClassName

Class applied to the track element