Create a SegmentedControlItem component
calcite_segmented_control_item.RdCreate a SegmentedControlItem component
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 |