Sha256: b1edc9ad4a20f125ee9a66e70d12362c4ae002f1ed772d011a766fd9815fc2c7
Contents?: true
Size: 536 Bytes
Versions: 9
Compression:
Stored size: 536 Bytes
Contents
<%= content_tag(:label, id: object.id, data: object.data, class: object.classname) do %> <input type="checkbox" value="<%=object.value%>" name="<%=object.name%>" <%= object.checked_html %>> <span class="pb_checkbox_checkmark"> <%= pb_rails("icon", props: { icon: "check", id: "check_icon", classname: "check_icon", fixed_width: true}) %> </span> <span class="pb_checkbox_label"> <%= pb_rails("body", props: { text: object.text, dark: object.dark }) %> </span> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems