# File lib/kafo_wizards/entries/boolean.rb, line 5 def initialize(name, options={}) super(name, options) @value = @default_value ? true : false end