- inputId
character, the input slot that will be used to access the
value.
- label
character, display label for the control, or NULL
for no
label.
- value
logical, initial value.
- pill
logical, use an LCARS pill style with rounded ends instead of
the default rounded rectangle.
- inverse
logical, invert the color presentation.
- true
character, text label for TRUE
position.
- false
character, text label for FALSE
position.
- true_color
Color for TRUE
position. Can be any color given in
hex format. Named colors must be LCARS colors. See lcarsdata
for options.
- false_color
Color for FALSE
position, as above.
- background_color
background color, as above.
- border_color
border color, as above.
- outer_border
logical, use outer border. This makes some adjustments
to inner elements if used.
- outer_color
outer border color, as above.
- label_color
label text color, as above.
- label_right
logical, set to TRUE
to right align label text.
- width
character, use only px
units for this widget, e.g.
"150px"
(the default when NULL
). Percentage is the only other
unit allowed. It works, but not as well. Fixed widths recommended.