SelectionBox

@Composable
fun SelectionBox(enabled: Boolean = true, content: @Composable () -> Unit)