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

Implement OptionList as fieldset #57

Open
juliemturner opened this issue Sep 14, 2022 · 1 comment
Open

Implement OptionList as fieldset #57

juliemturner opened this issue Sep 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request htwoo-core Issue with htwoo-core

Comments

@juliemturner
Copy link
Collaborator

Research update to implement OptionList as a HTML fieldset.

@juliemturner juliemturner added enhancement New feature or request htwoo-core Issue with htwoo-core labels Sep 14, 2022
@gabbsmo
Copy link

gabbsmo commented Mar 21, 2024

Are you referring to radio buttons here? In my case this just works.

<fieldset class="hoo-radiobutton-group">
    <legend class="hoo-label">Field name</legend>
    <div>
        <input class="hoo-radio" type="radio" id="Choice1" name="Choice1" />
        <label for="Choice1">Choice 1</label>
    </div>
    <div>
        <input class="hoo-radio" type="radio" id="Choice2" name="Choice2" />
        <label for="Choice2">Choice 2</label>
    </div>
</fieldset>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request htwoo-core Issue with htwoo-core
Projects
None yet
Development

No branches or pull requests

3 participants