swift-cross-ui
swift-cross-ui copied to clipboard
UIKitBackend: Implement toggle button and checkbox polyfills
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.