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

4 lines
142 B
Text
Raw Normal View History

-# Componente Checkbox
.custom-control.custom-checkbox.p-0
%input{ type: 'checkbox', id: local_assigns[:id], class: local_assigns[:class] }