Physical switch that allows users to turn things on or off. Used for applying system states, presenting binary options and activating a state.
VStack(spacing: Spacing.small) { PBToggle(checked: true) PBToggle(checked: false) }
VStack(spacing: Spacing.small) { PBToggle(label: "car", checked: false) PBToggle(label: "bike", checked: false) }
Bool
false
true
String
nil