Description Usage Arguments Examples
Generate an HTML checkbox input
1 |
value |
initial value (TRUE or FALSE) |
title |
title of input |
1 2 3 4 5 | # Run this in a cell to display a checkbox input
input <- checkbox(value = FALSE, title = "Your title")
# In another cell, retrieve the value of the checkbox:
as.logical(input)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.