input_link | R Documentation |
A button-like input, clickable text. Link inputs include a unique stretch
feature. With stretch = TRUE
a link input will detect clicks on its parent
container. For example, a [bslib::card]
may become clickable.
input_link(id, label, ..., stretch = FALSE, icon = NULL)
update_link(id, label = NULL, session = get_current_session())
id |
A character string. The id of the reactive input. |
label |
A character string. The placement of a label relative to its checkbox. |
... |
Optional named arguments specifying HTML attributes for the input element. |
stretch |
A boolean. |
icon |
A |
session |
A shiny session object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.