Method: Polaris::OptionList::RadioButtonComponent#system_arguments

Defined in:
app/components/polaris/option_list/radio_button_component.rb

#system_argumentsObject



32
33
34
35
36
37
38
39
# File 'app/components/polaris/option_list/radio_button_component.rb', line 32

def system_arguments
  @system_arguments.tap do |opts|
    opts[:classes] = class_names(
      @system_arguments[:classes],
      "Polaris--hidden"
    )
  end
end