class Ariadne::Forms::Dsl::RadioButtonGroupInput
def initialize(name:, label: nil, **options)
def initialize(name:, label: nil, **options) @name = name @label = label @radio_buttons = [] super(**options) yield(self) if block_given? end
def initialize(name:, label: nil, **options) @name = name @label = label @radio_buttons = [] super(**options) yield(self) if block_given? end