CheckboxComponent

fun CheckboxComponent(options: List<String>, selectedOptions: List<String>, onOptionToggled: (String, Boolean) -> Unit)