Set GST type and it percentage

Option Type Value
{{Form::checkbox('cgst-type', 'cgst', ($cgstDisplay) ? true : false, ['class'=>'minimal']) }} CGST
{{Form::text('cgst', ($cgstValue ?? ''), ["class" => "form-control", 'placeholder'=>'Enter Percentage'])}}
{{Form::checkbox('sgst-type', 'cgst', ($sgstDisplay) ? true : false, ['class'=>'minimal']) }} SGST
{{Form::text('sgst', ($sgstValue ?? ''), ["class" => "form-control", 'placeholder'=>'Enter Percentage'])}}
{{Form::checkbox('igst-type', 'cgst', ($igstDisplay) ? true : false, ['class'=>'minimal']) }} IGST
{{Form::text('igst', ($igstValue ?? ''), ["class" => "form-control", 'placeholder'=>'Enter Percentage'])}}