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

radio snippet added.

This commit is contained in:
Cameron
2020-12-28 10:29:17 -08:00
parent 10482b8a89
commit 7d04bc5c6a
3 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
<label class="radio-inline form-check-inline">
<input class="form-check-input" type="radio" {attributes} />
<span>{label}</span>
</label>