@@ -6,6 +6,41 @@ displayed_sidebar: develop
66---
77Tickboxes allow the user to toggle a specific option on or off. They are commonly used in forms and site settings.
88
9+ <div class =" hs-component-preview col-2 " >
10+ <div class =" hs-component-preview__row " >
11+ <label class="hs-tick-field">
12+ <input class="hs-tick-field__input" type="radio" id="value" name="input" value="value" />
13+ <div class="d-flex flow-col items-start">
14+ <span class="hs-tick-field__label">HSTickField Label</span>
15+ <span class="hs-tick-field__helper">Helper Text</span>
16+ </div>
17+ </label>
18+ <label class="hs-tick-field">
19+ <input class="hs-tick-field__input" type="radio" id="value" name="input" value="value" />
20+ <div class="d-flex flow-col items-start">
21+ <span class="hs-tick-field__label">HSTickField Label</span>
22+ <span class="hs-tick-field__helper">Helper Text</span>
23+ </div>
24+ </label>
25+ </div >
26+ <div class =" hs-component-preview__row " >
27+ <label class="hs-tick-field">
28+ <input class="hs-tick-field__input" type="checkbox" id="value" name="input" value="value" />
29+ <div class="d-flex flow-col items-start">
30+ <span class="hs-tick-field__label">HSTickField Label</span>
31+ <span class="hs-tick-field__helper">Helper Text</span>
32+ </div>
33+ </label>
34+ <label class="hs-tick-field">
35+ <input class="hs-tick-field__input" type="checkbox" id="value" name="input" value="value" />
36+ <div class="d-flex flow-col items-start">
37+ <span class="hs-tick-field__label">HSTickField Label</span>
38+ <span class="hs-tick-field__helper">Helper Text</span>
39+ </div>
40+ </label>
41+ </div >
42+ </div >
43+
944## Usage
1045### HTML
1146This component can be used both as a ` radio ` input.
0 commit comments