Module: Pajamas::Concerns::CheckboxRadioLabelWithHelpText

Included in:
Pajamas::CheckboxComponent, Pajamas::CheckboxTagComponent, RadioComponent
Defined in:
app/components/pajamas/concerns/checkbox_radio_label_with_help_text.rb

Instance Method Summary collapse

Instance Method Details

#render_label_tag_with_help_textObject



10
11
12
# File 'app/components/pajamas/concerns/checkbox_radio_label_with_help_text.rb', line 10

def render_label_tag_with_help_text
  label_tag(name, formatted_label_options) { label_entry }
end

#render_label_with_help_textObject



6
7
8
# File 'app/components/pajamas/concerns/checkbox_radio_label_with_help_text.rb', line 6

def render_label_with_help_text
  form.label(method, formatted_label_options) { label_entry }
end