class PageBuilder::Elements::Inputs::RadioButton
Creates radio button nodes and adds some helper methods for commonly used attributes
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
PageBuilder::Elements::Input::new
# File lib/pagebuilder/elements/inputs/radio_button.rb, line 11 def initialize(*args) super self.type = 'radio' end