Sha256: 65caf7bbaf98c03b06e38c499770780ed82e7a68714d2a875b7197dc3497dd9e

Contents?: true

Size: 525 Bytes

Versions: 9

Compression:

Stored size: 525 Bytes

Contents

%label.mdl-checkbox.mdl-js-checkbox.mdl-js-ripple-effect{ for: @options[:node]["id"] }
  = context[:form].check_box "data[values][#{@options[:node]['id']}]", { checked: value, class: 'mdl-checkbox__input', id: @options[:node]["id"] }, 1, nil
  = context[:form].label :data, display_lineage, class: 'mdl-checkbox__label'

- if @options[:node]["children"].any?
  - @options[:node]["children"].each do |child|
    = cell(Plugins::Core::CheckboxCell, nil, node: child, child: child_identifier, data: @options[:data]).(:checkbox)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cortex-plugins-core-0.4.6 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.4.5 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.4.4 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.4.3 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.4.2 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.4.1 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.4.0 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.3.1 app/cells/plugins/core/checkbox/checkbox.haml
cortex-plugins-core-0.3.0 app/cells/plugins/core/checkbox/checkbox.haml