Method: Celerity::CheckBox#initialize
- Defined in:
- lib/celerity/elements/radio_check.rb
#initialize(container, *args) ⇒ CheckBox
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of CheckBox.
90 91 92 |
# File 'lib/celerity/elements/radio_check.rb', line 90 def initialize(container, *args) super(container, %w[checkbox], *args) end |