Sha256: 3a3a844abfec3ef98b5484468f376d405d6de9bfc77b626417686a432d635b5d
Contents?: true
Size: 239 Bytes
Versions: 36
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module Primer module Forms # :nodoc: class CheckBoxGroup < BaseComponent delegate :builder, :form, to: :@input def initialize(input:) @input = input end end end end
Version data entries
36 entries across 36 versions & 1 rubygems