My goal is to create a unique toggle switch design with labels positioned on each side as well as on top.
For example, I am working on a left/right switch.
The desired output should resemble this:
Side
Left [Toggle] Right
Below is the code for the toggle:
<Toggle
floatingLabelText="Side"
label="Side"
labelPosition="right"
style={styles.toggle}
/>