Sha256: 0f9512b924a45d9a94a3b32379dd077613b59b9461828f6b7886b2a7e6bd9081
Contents?: true
Size: 487 Bytes
Versions: 17
Compression:
Stored size: 487 Bytes
Contents
module TaoForm module Inputs class CollectionRadioButtonsInput < ::SimpleForm::Inputs::CollectionRadioButtonsInput def input(wrapper_options = nil) template.content_tag(:div, super, class: 'group-field radio-button-group-field') end protected def build_nested_boolean_style_item_tag(collection_builder) template.tao_radio_button { collection_builder.radio_button } + collection_builder.text end end end end
Version data entries
17 entries across 17 versions & 1 rubygems