Class ::xowiki::formfield::boolean_checkbox
::xowiki::formfield::boolean_checkbox
create ... \
[ -default (default "t") ]
Class Relations
- class: ::xotcl::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::xowiki::formfield::checkbox
![[i]](/resources/acs-subsite/ZoomIn16.gif)
::xotcl::Class create ::xowiki::formfield::boolean_checkbox \
-superclass ::xowiki::formfield::checkbox
Methods (to be applied on instances)
check=options (scripted)
return [expr {$value in {t f ""}}]default (setter)
initialize (scripted)
set :options "{{} t}"
nextvalue_if_nothing_is_returned_from_form (scripted)
if {[:is_disabled]} {
return $default
} else {
return f
}