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:
@ -22,6 +22,7 @@
|
||||
'name' => 'remember',
|
||||
'checked' => false,
|
||||
'value' => 'on',
|
||||
'tabindex' => 1,
|
||||
'label' => trans('auth.remember_me'),
|
||||
])
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user