class Voom::Presenters::DSL::Components::RadioButton
Public Class Methods
new(**attribs_, &block)
click to toggle source
Calls superclass method
# File lib/voom/presenters/dsl/components/radio_button.rb, line 6 def initialize(**attribs_, &block) super(type: :radio_button, **attribs_, &block) expand! end