radio_buttons_server: Implement a group of radio buttons.

View source: R/radio-buttons.R

radio_buttons_serverR Documentation

Implement a group of radio buttons.

Description

The server component of the Shiny module for making a group of radio buttons.

Usage

radio_buttons_server(id)

Arguments

id

String. The input slot that will be used to access the value.

Value

A module server function that can be called in a reactive env.

See Also

radio_buttons_ui for the UI.

Examples

inst/examples/ex-radio-buttons.R

cabaceo/shinymod documentation built on Sept. 8, 2023, 12:23 p.m.