Button and Selection Component Overview
Button and selection components, such as buttons and toggles, serve as the foundational building blocks for page construction. You can select the appropriate button and selection components for UI development based on your specific use cases.
| Component | Use Case |
|---|---|
| Button | Typically used to respond to user clicks. |
| Arc Button (ArcButton) | Designed for circular screens. It offers various button styles, such as emphasized, normal, and warning, tailored for wearable UIs. |
| Radio Button (Radio) | Typically used to provide mutually exclusive user interaction options. |
| Toggle | Generally used for switching between two states. Examples include check boxes and switches. |