Skip to content

Enhancement: Add checkbox example into UI#18

Merged
saicheck2233 merged 2 commits intomasterfrom
new_AddCheckboxExampleIntoUI
Jul 11, 2023
Merged

Enhancement: Add checkbox example into UI#18
saicheck2233 merged 2 commits intomasterfrom
new_AddCheckboxExampleIntoUI

Conversation

@saicheck2233
Copy link
Copy Markdown
Owner

Description: Add checkbox example together with radio example into UI with the schema as below:

"checkbox": {
            "type": "boolean",
            "format": "checkbox",
            "title": "Transportation",
            "required": true,
            "enum": [
                "Vehicle",
                "Airplane",
                "Cruise"
            ]
        }

Changes:

image
The example schema use to generate radio button and checkbox.

image
The generated form with radio button and checkbox.

@saicheck2233 saicheck2233 merged commit 5c1d69b into master Jul 11, 2023
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

Successfully merging this pull request may close these issues.

2 participants