stacomiR (version 0.5.4.0)

choice,ref_checkbox-method: Choice method for ref_checkbox referential objects

Description

Choice method for ref_checkbox referential objects

Usage

# S4 method for ref_checkbox
choice(object)

Arguments

object

An object of class ref_checkbox-class

Examples

Run this code
# NOT RUN {
object=new("ref_checkbox")
object<- charge(object,title="essai",labels=c("par1","par2","par3"),checked=c(TRUE,TRUE,TRUE))
win=gwindow(title="test ref_checkbox")
group=ggroup(container=win,horizontal=FALSE)
choice(object) 
dispose(win)
# }

Run the code above in your browser using DataCamp Workspace