mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
6 lines
290 B
PHP
6 lines
290 B
PHP
{{--TODO - Make custom--}}
|
|
<label>
|
|
<input value="true" id="{{$name}}[{{$role->id}}][{{$action}}]" type="checkbox" name="{{$name}}[{{$role->id}}][{{$action}}]"
|
|
@if(isset($model) && $model->hasRestriction($role->id, $action)) checked="checked" @endif>
|
|
{{ $label }}
|
|
</label> |