# File lib/simple_form/inputs/collection_radio_buttons_input.rb, line 41 def collection_block_for_nested_boolean_style return unless nested_boolean_style? proc { |builder| build_nested_boolean_style_item_tag(builder) } end