Skip to content
Snippets Groups Projects
Commit e209fb98 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

checkbox

parent 976d1a99
No related branches found
No related tags found
No related merge requests found
<div class="form-check">
<input :id="<%= dom_id.html_safe %>"
<input :id="'<%= dom_id.html_safe %>'"
class="form-check-input"
v-model="<%= model %>.<%= property %>"
type="checkbox" />
<label class="form-label" aria-label="<%= label %>" :for="<%= dom_id.html_safe %>">
<label class="form-label" aria-label="<%= label %>" :for="'<%= dom_id.html_safe %>'">
<%= label %>
</label>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment