1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00

Snippet to include id attribute.

This commit is contained in:
Cameron
2020-12-23 08:35:31 -08:00
parent b5684da8d7
commit eb47eb7716
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<label class='checkbox form-check'>
<input class='{class}' type='checkbox' {attributes} />
<input id='{id}' class='{class}' type='checkbox' {attributes} />
<span>{label}</span>
</label>