Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regular checkbox (yes/no) #6

Closed
zhengster opened this issue Feb 4, 2021 · 0 comments · Fixed by #68
Closed

Add regular checkbox (yes/no) #6

zhengster opened this issue Feb 4, 2021 · 0 comments · Fixed by #68
Assignees
Labels
add field Stuff relating to adding new fields to the test interviews

Comments

@zhengster
Copy link
Collaborator

zhengster commented Feb 4, 2021

<div class="form-group row dayesnospacing da-field-container da-field-container-datatype-boolean da-field-container-inputtype-yesno da-field-container-emptylabel">
  <label for="Y2hlY2tib3hlc195ZXNubw" class="sr-only">Check if applicable</label>
  <div class="offset-md-4 col-md-8 dafieldpart">
    <fieldset class="da-field-checkbox">
      <legend class="sr-only">Choices:</legend>
      <input aria-label="checkboxes (yesno)" alt="checkboxes (yesno)" class="da-to-labelauty checkbox-icon dauncheckable labelauty da-active-invisible dafullwidth" type="checkbox" value="True" name="Y2hlY2tib3hlc195ZXNubw" id="Y2hlY2tib3hlc195ZXNubw" aria-hidden="true" style="display: none;">
      <label class="btn-light" for="Y2hlY2tib3hlc195ZXNubw" tabindex="0" role="checkbox" aria-checked="false" aria-label="checkboxes (yesno)">
        <span class="labelauty-unchecked-image text-muted">
          <svg class="svg-inline--fa fa-square fa-w-14 fa-fw" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z"></path></svg><!-- <i class="far fa-square fa-fw"></i> Font Awesome fontawesome.com -->
        </span>
        <span class="labelauty-unchecked">checkboxes (yesno)</span>
        <span class="labelauty-checked-image">
          <svg class="svg-inline--fa fa-check fa-w-16 fa-fw" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="check" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg><!-- <i class="fas fa-check fa-fw"></i> Font Awesome fontawesome.com -->
        </span>
        <span class="labelauty-checked">checkboxes (yesno)</span>
        </label>
    </fieldset>
  </div>
</div>
@zhengster zhengster changed the title Add checkbox (yes/no) Add regular checkbox (yes/no) Feb 4, 2021
@zhengster zhengster self-assigned this Feb 6, 2021
@plocket plocket added the add field Stuff relating to adding new fields to the test interviews label Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add field Stuff relating to adding new fields to the test interviews
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants