swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

UIKitBackend: Implement toggle button and checkbox polyfills

Open stackotter opened this issue 6 months ago • 1 comments

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.

stackotter avatar Jun 07 '25 09:06 stackotter