Component - Checkbox and Switch
This UI component shows two common interactive controls: a checkbox and a switch. Both let users toggle between two states, like turning something on or off.
This UI component shows two common interactive controls: a checkbox and a switch. Both let users toggle between two states, like turning something on or off.
Scaffold
├─ AppBar
│ └─ Text
└─ Padding
└─ Column
├─ Row
│ ├─ Checkbox
│ └─ Text
└─ Row
├─ Switch
└─ Text