Skip to contents

Create a SegmentedControlItem component

Usage

calcite_segmented_control_item(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

an object of class calcite_component which is a subclass of shiny.tag

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
checkedcheckedWhen true, the component is checked.booleanTRUE
iconEndicon-endSpecifies an icon to display at the end of the component.stringTRUE
iconFlipRtlicon-flip-rtlWhen true, the icon will be flipped when the element direction is right-to-left ("rtl").booleanTRUE
iconStarticon-startSpecifies an icon to display at the start of the component.stringTRUE
valuevalueThe component's value.anyFALSE

Examples

calcite_segmented_control_item()
#> <calcite-segmented-control-item></calcite-segmented-control-item>