# Item with text label
calcite_segmented_control_item(value = "option1")
# Item with icon
calcite_segmented_control_item(
value = "list",
icon_start = "list"
)
# Initially selected item
calcite_segmented_control_item(
value = "default",
checked = TRUE
)
Run the code above in your browser using DataLab