LabelWithMdSwitch

@Composable
fun LabelWithMdSwitch(label: String, disabled: Boolean? = null, selected: Boolean? = null, icons: Boolean? = null, showOnlySelectedIcon: Boolean? = null, required: Boolean? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>? = null)(source)