R/html.R

checkbox =
function(label, checked = TRUE, name = NA, ..., parent = "li")
{
  attrs = list(...)
  mapply(function() {
            newXMLNode(parent, newXMLNode("input", attrs = c(checked = checked)))
         }, label)
}
duncantl/R2GoogleMaps documentation built on May 15, 2019, 5:26 p.m.