Nothing
# rp.checkbox demo code
panel <- rp.control(checkboxvar=list(TRUE,FALSE,TRUE))
rp.checkbox(panel,
checkboxvar,
function(panel)
{
rp.messagebox(panel$checkboxvar); print(panel$checkboxvar); print(panel$checkboxvar[1]); panel
},
title="Choose",
labels=list("File","Option","Exit")#,
# initval=list(FALSE,TRUE,FALSE) # this can be done either here or in the initial creation of the control
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.