class Origami::Annotation::Widget::CheckBox

Public Instance Methods

pre_build() click to toggle source
Calls superclass method
# File lib/origami/annotations.rb, line 670
def pre_build
    self.Ff ||= 0
  
    self.Ff &= ~Button::Flags::RADIO
    self.Ff &= ~Button::Flags::PUSHBUTTON
  
    super
end