Overview

It represents the switch between two opposites and is a pair of mutually exclusive options.

Type

The currently provided switch style is the basic type, which does not need to be used with text.

Usage

Use rules

It represents the switch between two opposites, mostly used to trigger “on/off”.
Note: The difference between the switch and check box is that the switch will directly trigger the status change, while the check box is generally used for status marking in conjunction with the submission operation.

Display status

The open status is presented by a blue background + white circle, and the white circle is on the right. the closed status is presented by a gray background + white circle, and the white circle is on the left. The switch allows the disabled status.

1.png