Add a checkbox or radio input.
1 2 3 | input_checkbox(id, label, choices, selected = NULL, inline = TRUE)
input_radio(id, label, choices, selected = NULL, inline = TRUE)
|
id |
Id of input. |
label |
Label of the input. |
choices |
Vector of choices to define either the checboxes or radio inputs. |
selected |
Vector of |
inline |
Whether the input is inline. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.