Sha256: 2b3dabef6f0f7c1ce38f6b0ce9cb0af612ec54a82aaf4a698b6148f9df4b29f3

Contents?: true

Size: 345 Bytes

Versions: 13

Compression:

Stored size: 345 Bytes

Contents

<div class="boolean_container">
	<%=radio_button_tag("wf_v#{index}_0", '1', (container.value == '1'), :style => 'width:20px', :onChange => 'wfFilter.fieldChanged(this)')%>	True
  &nbsp;&nbsp;
	<%=radio_button_tag("wf_v#{index}_0", '0', (container.value == '0'), :style => 'width:20px', :onChange => 'wfFilter.fieldChanged(this)')%>	False
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
will_filter-5.1.4 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-5.1.3 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-5.1.2 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-5.1.1 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-5.1.0 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.11 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.10 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.9 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.8 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.7 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.6 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.5 app/views/will_filter/filter/containers/_boolean.html.erb
will_filter-3.1.3 app/views/will_filter/filter/containers/_boolean.html.erb