This packet contains the struct that conforms to the ToggleStyle protocol in order to change or convert the SwiftUI Toggle Switch into a Checkbox.
This packet contains the complete swift that shows the example of converting a SwiftUI Toggle Switch into a Checkbox. The toggle control of SwiftUI can toggle a value between true
and false
.
If the value of the toggle Switch is on, the value is true, otherwise, it will be false.
The default SwiftUI toggle looks like you can see in the image below:
But, in this packet, we are changing the looks and feels that makes it something like you can see below:
Below is given the GIF image so that you can easily understand what it is going to look like:
As you can see in the above screen recorder, you can able to on or off the checkbox to make the value of the state variable true or false.
Submitted by Faruque Ahamed Mollick (frkmollick)
Download packets of source code on Coders Packet
Comments