5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-25 01:56:21 +00:00
panel/app/views/components/_checkbox.haml
2024-02-21 13:50:29 -03:00

4 lines
201 B
Text

-# Componente Checkbox
.custom-control.custom-checkbox
%input.custom-control-input{ type: 'checkbox', id: id, name: id, class: local_assigns[:class] }
%label.custom-control-label{ for: id }= yield