Skip to content

Instantly share code, notes, and snippets.

@townivan
Last active June 21, 2024 12:32
Show Gist options
  • Save townivan/08a4ec3c81a147138a6201042839c00f to your computer and use it in GitHub Desktop.
Save townivan/08a4ec3c81a147138a6201042839c00f to your computer and use it in GitHub Desktop.
fmo-single-checkbox-no-label
<div>
<div class="fmo-reset-stack">
<div class="fmo-reset-single-checkbox">
<input type="checkbox" id="isReadyCB" name="IsReady1" required />
<label for="isReadyCB" class="shim-down-1">I am ready</label>
</div>
<p class="fmo-reset-validation-message" role="alert">
<span aria-hidden="true">&otimes;</span>
This checkbox is required.
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment