calcite_segmented_control_item: Create a SegmentedControlItem component

View source: R/components-generated.R

calcite_segmented_control_itemR Documentation

Create a SegmentedControlItem component

Description

Create a SegmentedControlItem component

Usage

calcite_segmented_control_item(...)

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

Name Attribute Description Values Reflects to Attribute
checked checked When true, the component is checked. boolean TRUE
iconEnd icon-end Specifies an icon to display at the end of the component. string TRUE
iconFlipRtl icon-flip-rtl When true, the icon will be flipped when the element direction is right-to-left ("rtl"). boolean TRUE
iconStart icon-start Specifies an icon to display at the start of the component. string TRUE
value value The component's value. any FALSE

Value

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

References

Official Documentation

Examples

calcite_segmented_control_item()

calcite documentation built on April 3, 2025, 7:11 p.m.