Skip to content

Commit

Permalink
Update "checkboxes" page
Browse files Browse the repository at this point in the history
  • Loading branch information
natalia-fitzgerald committed Jan 22, 2024
1 parent e603fcd commit 1e8d0b8
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions docs/pages/checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: variation
section: components
variation_groups:
- variations:
- variation_code_snippet: >
- variation_code_snippet: >+
<h4> States</h4><div class="m-form-field m-form-field__checkbox">
<input class="a-checkbox" type="checkbox" id="test_checkbox">
<label class="a-label" for="test_checkbox">Default</label>
Expand Down Expand Up @@ -55,39 +55,11 @@ variation_groups:
<label class="a-label" for="test_checkbox_basic_disabled_selected">Disabled/selected</label>
</div>
<br>
<br>
<h4>Validation status<h4>
</div><div class="m-form-field m-form-field__checkbox">
<input class="a-checkbox" type="checkbox" id="test_checkbox">
<label class="a-label" for="test_checkbox">Success</label>
</div>
<br>
<div class="m-form-field m-form-field__checkbox">
<input class="a-checkbox" type="checkbox" id="test_checkbox">
<label class="a-label" for="test_checkbox">Warning</label>
</div>
<br>
<div class="m-form-field m-form-field__checkbox">
<input class="a-checkbox" type="checkbox" id="test_checkbox">
<label class="a-label" for="test_checkbox">Error</label>
</div>
<br>
<br>
variation_description: ""
variation_name: Standard checkbox
variation_name: Checkbox
variation_specs: ""
- variation_is_deprecated: false
variation_name: Standard checkbox with helper text
variation_name: Checkbox (with helper text)
variation_code_snippet: >-
<div class="m-form-field m-form-field__checkbox">
<input class="a-radio" type="checkbox" id="test_checkbox_basic_helper">
Expand Down Expand Up @@ -174,7 +146,7 @@ variation_groups:
-->
variation_specs: ""
- variation_is_deprecated: false
variation_name: Large target area checkbox with helper text
variation_name: Large target area checkbox (with helper text)
variation_code_snippet: >-
<div class="m-form-field m-form-field__checkbox
m-form-field__lg-target">
Expand Down

0 comments on commit 1e8d0b8

Please sign in to comment.