Class: Shoelace::Rails::Ui::FormHelper::ShoelaceCollectionRadioButtons::RadioButtonBuilder
- Inherits:
-
Builder
- Object
- Builder
- Shoelace::Rails::Ui::FormHelper::ShoelaceCollectionRadioButtons::RadioButtonBuilder
- Defined in:
- app/helpers/shoelace/rails/ui/form_helper.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#label ⇒ Object
163 164 165 |
# File 'app/helpers/shoelace/rails/ui/form_helper.rb', line 163 def label(*) text end |
#radio_button(extra_html_options = {}, &block) ⇒ Object
167 168 169 170 171 |
# File 'app/helpers/shoelace/rails/ui/form_helper.rb', line 167 def ( = {}, &block) = .merge() [:skip_default_ids] = false @template_object.(@object_name, @method_name, @value, , &block) end |