ComponentsSwitcherSwitches allow the user to toggle an option on or off.MarkdownSource CodeSwitcherR( isChecked = false, onChange = (_: Boolean) => Callback.empty)("Switch")SliderRanges allow the user to select a single value within a given range using a slider.TabTab groups organize content into a container that shows one section at a time.