Skip to contents

Create a Option component

Usage

calcite_option(...)

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
disableddisabledWhen true, interaction is prevented and the component is displayed with lower opacity.booleanTRUE
labellabelAccessible name for the component.stringFALSE
selectedselectedWhen true, the component is selected.booleanTRUE
valuevalueThe component's value.anyFALSE

Examples

calcite_option()
#> <calcite-option></calcite-option>