mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:41:42 +00:00
6 lines
296 B
Text
6 lines
296 B
Text
- help_id = "#{id}_help"
|
|
|
|
.custom-control.custom-checkbox
|
|
%input.custom-control-input{ id: id, type: 'checkbox', name: name, value: value, required: required }
|
|
%label.custom-control-label{ for: id, aria: { describedby: help_id } }= content
|
|
%small.form-text.text-muted{ id: help_id }= yield
|