Module: Pajamas::Concerns::CheckboxRadioLabelWithHelpText
- Included in:
 - Pajamas::CheckboxComponent, Pajamas::CheckboxTagComponent, RadioComponent, RadioTagComponent
 
- 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_text ⇒ Object
      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, ) { label_entry } end  | 
  
#render_label_with_help_text ⇒ Object
      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, ) { label_entry } end  |