Radio group partial is fixed.
This commit is contained in:
		@@ -23,7 +23,7 @@
 | 
			
		||||
 | 
			
		||||
                    {{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, 'normal') }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::radioGroup('enabled', trans('general.enabled')) }}
 | 
			
		||||
                    {{ Form::radioGroup('enabled', trans('general.enabled'), true) }}
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@
 | 
			
		||||
 | 
			
		||||
                    {{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, $tax->type) }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::radioGroup('enabled', trans('general.enabled')) }}
 | 
			
		||||
                    {{ Form::radioGroup('enabled', trans('general.enabled'), $tax->enabled) }}
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user