Checkbox hide and show field not works

Hi i have added this code Js in my funnelish to allow a checkbox to show or hide fields in chackout page but not work :frowning:

in my local html it works

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>$(document).ready(function () {
	  $('.checkbox input:checkbox').on('click', function(){
		$(this).closest('.checkbox').find('.ch_for').toggle();
	  })
	});</script>
	<style>.hide{
	  display:none;
	}</style>```

Anyone can help me please?

@Jackseeker,
Please provide a preview URL where it does not work we will try and fix it for you.

this is the preview url

https://landing-test.funnelish.com/Challenge-Keto-Life/checkout