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

[Ui] Checkbox #4

Open
irineujunior opened this issue Jan 25, 2024 · 1 comment
Open

[Ui] Checkbox #4

irineujunior opened this issue Jan 25, 2024 · 1 comment
Assignees

Comments

@irineujunior
Copy link
Contributor

irineujunior commented Jan 25, 2024

Criar o componente de checkbox

image

  • modificador: inline

image

@irineujunior irineujunior changed the title [Checkbox] Criar componente [Ui] Checkbox Jan 25, 2024
@cstamagawa cstamagawa self-assigned this Feb 1, 2024
@irineujunior irineujunior reopened this Feb 20, 2024
@irineujunior
Copy link
Contributor Author

@cstamagawa montei um exemplo com o radio (https://github.com/agenciafmd/admix-ui/blob/develop/docs/form.md?plain=1#L75-L88)

<div class="mb-3">
    <x-form.group label="Radios">
        <x-form.radio name="radio2" label="Option 01" value="option01"/>
        <x-form.radio name="radio2" label="Option 02" value="option02"/>
        <x-form.radio name="radio2" label="Option 03" value="option03" disabled/>
    </x-form.group>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants