Switch is used for switching between two opposing states.
1() => <Switch label="Label" />2
1() => <Switch okText="Turn on" offText="Turn off" />2
1() => <Switch disabled />2
1() => <Switch variant="button" label="Edit Yaml" />2