Toggle
Toggles the status of a setting
VStack(
Toggle()
)
Toggle Controls
You can control the switch with the checked
VStack(
Toggle().checked(true)
)
Toggles the status of a setting
VStack(
Toggle()
)
You can control the switch with the checked
VStack(
Toggle().checked(true)
)