It is starting to look like this may actually work after all. Listview is the only...
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Boolean.pm
index 34f7aae..fb0d886 100644 (file)
@@ -5,11 +5,11 @@ use Reaction::Class;
 class Boolean is 'Reaction::UI::ViewPort::Field', which {
 
   has '+value' => (isa => 'Bool');
-  has '+layout' => (default => 'checkbox');
+  #has '+layout' => (default => 'checkbox');
 
 };
 
-1;  
+1;
 
 =head1 NAME