- <div class="radio-inline"><input type="radio" name="query-selector" id="simple" value="simple" {{#unless hStructured}}checked="checked"{{/unless}}>
- <label for="simple">simple</label></div>
- <div class="radio-inline"><input type="radio" name="query-selector" id="structured" value="structured" {{#if hStructured}}checked="checked"{{/if}}>
- <label for="structured">structured</label></div>
+ <div class="form-check form-check-inline">
+ <input class="form-check-input" type="radio" name="query-selector"
+ id="simple" value="simple" {{#unless hStructured}}checked="checked"{{/unless}}>
+ <label class="form-check-label" for="simple">simple</label>
+ </div>
+ <div class="form-check form-check-inline">
+ <input class="form-check-input" type="radio" name="query-selector"
+ id="structured" value="structured" {{#if hStructured}}checked="checked"{{/if}}>
+ <label class="form-check-label" for="structured">structured</label>
+ </div>