Loading method for ref_checkbox referential objects
# S4 method for ref_checkbox
charge(object, title, labels, checked)
An object of class ref_checkbox-class
Title of the frame
Labels for checked
Vector of boolean indicating if ref_checkbox are checked
An object of class ref_checkbox-class
# NOT RUN {
object=new("ref_checkbox")
charge(object,title="essai",labels=c("par1","par2","par3"),checked=c(TRUE,TRUE,TRUE))
# }
Run the code above in your browser using DataLab