There are some cases to turn on/off or show/hide features or areas in the UI and a Toggle button will be helpful. It is also possible to realize it with a checkbox but a button can fit better depending to the UI Design. A Toggle button will also reduce the code because i don´t need two button with changin visibilities or properties in the view model to handle the toggle function.
There are some cases to turn on/off or show/hide features or areas in the UI and a Toggle button will be helpful. It is also possible to realize it with a checkbox but a button can fit better depending to the UI Design. A Toggle button will also reduce the code because i don´t need two button with changin visibilities or properties in the view model to handle the toggle function.