You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UIKitBackend doesn't support ToggleStyle.button or ToggleStyle.checkbox because UIKit doesn't have built-in controls for those. It'd be good to support them anyway, so we should implement some custom UIViews that emulate how we think toggle buttons or checkboxes should work on iOS.