<form class="usa-form">
    <fieldset class="usa-fieldset">
        <legend class="usa-legend">Select any historical figure</legend>
        <div class="usa-checkbox">
            <input class="usa-checkbox__input" id="check-historical-truth" type="checkbox" name="historical-figures" value="sojourner-truth" checked>
            <label class="usa-checkbox__label" for="check-historical-truth">Sojourner Truth</label>
        </div>
        <div class="usa-checkbox">
            <input class="usa-checkbox__input" id="check-historical-douglass" type="checkbox" name="historical-figures" value="frederick-douglass">
            <label class="usa-checkbox__label" for="check-historical-douglass">Frederick Douglass</label>
        </div>
        <div class="usa-checkbox">
            <input class="usa-checkbox__input" id="check-historical-washington" type="checkbox" name="historical-figures" value="booker-t-washington">
            <label class="usa-checkbox__label" for="check-historical-washington">Booker T. Washington</label>
        </div>
        <div class="usa-checkbox">
            <input class="usa-checkbox__input" id="check-historical-carver" type="checkbox" name="historical-figures" value="george-washington-carver" disabled>
            <label class="usa-checkbox__label" for="check-historical-carver">George Washington Carver</label>
        </div>
    </fieldset>
</form>

No notes defined.

package:
  name: metro-digital-design-system-demo
  version: 0.1.0
uswds:
  path: ../../../dist
placeholderLink: javascript:void()