You'd have to implement the interface (like the on...
# splitties
l
You'd have to implement the interface (like the one for two values control), backed by an actual platform widget. You could have things like
checkBox.toBooleanUiControl()
that would return an implementation ready to use. The View Hierarchy would be per-platform (which wouldn't prevent from using a multiplatform solution if it ever comes up).