The following conditional for a Low Search filter checkbox doesn't show the option as check:
<input class="form-check-input" type="checkbox" id="truck-gvw-checkbox-1" name="search:equipment_gvw[]" value=">26000"{if low_search_search:equipment_gvw ~ '/\b>26000\b/'} checked{/if} />
How do I make the greater-than symbol work in the conditional?