1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added focus and a11y attributes/functionality to custom checkboxes

Closes #1476
This commit is contained in:
Dan Brown
2019-06-04 10:45:44 +01:00
parent a602cdf401
commit a9f983f156
6 changed files with 51 additions and 8 deletions

View File

@ -22,6 +22,7 @@
'name' => 'remember',
'checked' => false,
'value' => 'on',
'tabindex' => 1,
'label' => trans('auth.remember_me'),
])
</div>