View source: R/components-generated.R
| calcite_segmented_control_item | R Documentation |
Create a SegmentedControlItem component
calcite_segmented_control_item(...)
... |
named attributes passed to |
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 |
an object of class calcite_component which is a subclass of shiny.tag
calcite_segmented_control_item()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.