|
@@ -3,7 +3,7 @@
|
|
|
@endif
|
|
|
|
|
|
@foreach($options as $k => $label)
|
|
|
- <div class="vs-radio-con vs-radio-success{{ $style }}" style="margin-right: {{ $right }}">
|
|
|
+ <div class="vs-radio-con vs-radio-{{ $style }}" style="margin-right: {{ $right }}">
|
|
|
<input {!! in_array($k, $disabled) ? 'disabled' : '' !!} value="{{$k}}" {!! $attributes !!} {!! \Dcat\Admin\Support\Helper::equal($checked, $k) ? 'checked' : '' !!}>
|
|
|
<span class="vs-radio vs-radio-{{ $size }}">
|
|
|
<span class="vs-radio--border"></span>
|
|
@@ -17,4 +17,4 @@
|
|
|
|
|
|
@if($inline)
|
|
|
</div>
|
|
|
-@endif
|
|
|
+@endif
|