Sha256: 414eab2bc1a0bc44e9766a690e4ea1f75800a1a8632fcbecca6b7baa9b08436e

Contents?: true

Size: 239 Bytes

Versions: 7

Compression:

Stored size: 239 Bytes

Contents

module TaoForm
  module Components
    class SwitchComponent < CheckBoxComponent

      def self.component_name
        :switch
      end

      private

      def default_options
        {class: 'tao-switch'}
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tao_form-1.0.0.beta.2 lib/tao_form/components/switch_component.rb
tao_form-1.0.0.beta.1 lib/tao_form/components/switch_component.rb
tao_form-0.2.3 lib/tao_form/components/switch_component.rb
tao_form-0.2.2 lib/tao_form/components/switch_component.rb
tao_form-0.2.1 lib/tao_form/components/switch_component.rb
tao_form-0.2.0 lib/tao_form/components/switch_component.rb
tao_form-0.1.10 lib/tao_form/components/switch_component.rb