Extends Item

Apple.Switch

An iOS switch control.

property Bool value: false

The switch's value.

property Color onTint: #Apple.Green

The color of the switch when on.

Apple.Switch {
    onTint: #Apple.Orange
}