Switch
import { AXSwitchModule } from '@acorex/components/switch';
Overview
Primary
MD
- Value changed true
Usage
ax-switch
Preview
Code
Color
Preview
Code
ON/OFF Content
ax-switch-off-content
or ax-switch-on-content
you can show custom element for off/on state.Preview
Code
Handler Content
ax-switch-handler-content
you can show element on switch handler.Preview
Code
Handler ON/OFF Content
ax-switch-handler-on-content
or ax-switch-handler-off-content
you can show element on switch handler depended on switch state Preview
Code
Loading
loading
property for showing loading spinner in handler.Preview
Code
Design Tokens
--ax-comp-switch-focus-visible-outline-color | var(--ax-sys-color-#{$name}-surface) | defines the color of the outline displayed when the switch component is focused and the focus is visibly emphasized. It enhances accessibility by providing a clear visual indicator for keyboard or focus navigation. |
--ax-comp-switch-checked-bg-color | var(--ax-sys-color-#{$name}-surface) | this variable specifies the background color of the switch component when it is in the checked state. It visually indicates the active or enabled status of the switch. |
--ax-comp-switch-handle-checked-bg-color | var(--ax-sys-color-on-#{$name}-surface) | this variable specifies the background color of the switch component when it is in the unchecked state. It visually represents the inactive or disabled status of the switch. |
--ax-comp-switch-loading-color | var(--ax-sys-color-#{$name}-surface) | defines the color of the loading indicator displayed within or around the switch component. It is used to signify a loading or processing state, ensuring it is visually distinct and noticeable. |
--ax-comp-switch-unchecked-bg-color | var(--ax-sys-color-light) | this variable specifies the background color of the switch component when it is in the 'unchecked' or 'off' state. It visually represents the inactive status of the switch. |
--ax-comp-switch-handle-unchecked-bg-color | var(--ax-sys-color-light | defines the background color of the handle (toggle knob) when the switch component is in the 'unchecked' or 'off' state. It provides a distinct visual appearance to indicate the inactive status of the switch. |