mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 16:26:21 +00:00
fix: corregidos parámetros de compo checkbox
This commit is contained in:
parent
700e71ff97
commit
f2724c27fb
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
-# Componente Checkbox
|
||||
.custom-control.custom-checkbox
|
||||
%input{ type: 'checkbox', id: '', class: '' }
|
||||
%input{ type: 'checkbox', id: local_assigns[:id], class: local_assigns[:class] }
|
||||
|
|
Loading…
Reference in a new issue