Learn R Programming

shinyWidgets (version 0.3.0)

actionGroupButtons: Actions Buttons Group Inputs

Description

Create a group of actions buttons.

Usage

actionGroupButtons(inputIds, labels, status = "default", size = "normal",
  direction = "horizontal", fullwidth = FALSE)

Arguments

inputIds

The inputs slot that will be used to access the value, one for each button.

labels

Display a text in the center of each button.

status

Color of the buttons

size

Size of the buttons ('xs', 'sm', 'normal', 'lg')

direction

Horizontal or vertical

fullwidth

If TRUE, fill the width of the parent div

Value

An actions buttons group control that can be added to a UI definition.