5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 16:46:22 +00:00
panel/app/views/components/_checkbox.haml

4 lines
138 B
Text
Raw Normal View History

-# Componente Checkbox
2024-02-09 16:17:00 +00:00
.custom-control.custom-checkbox
%input{ type: 'checkbox', id: local_assigns[:id], class: local_assigns[:class] }