Skip to content

Implement checkbox and radio group components#625

Merged
twlite merged 8 commits intoneplextech:mainfrom
sn0-y:new-checkbox-implementation
Apr 11, 2026
Merged

Implement checkbox and radio group components#625
twlite merged 8 commits intoneplextech:mainfrom
sn0-y:new-checkbox-implementation

Conversation

@sn0-y
Copy link
Copy Markdown
Contributor

@sn0-y sn0-y commented Apr 11, 2026

This pull request adds the new checkbox and radio group components. The guide in the documentation website is also updated.

New interactive components

  • Added Checkbox, CheckboxGroup, and CheckboxGroupOption components for multi-select checkbox inputs, with support for defaults, min/max values, and single checkboxes. (packages/commandkit/src/components/interactive/checkbox/checkbox.ts, packages/commandkit/src/components/index.ts) [1] [2]
  • Added RadioGroup and RadioGroupOption components for single-choice radio inputs, supporting required/optional selection and default values. (packages/commandkit/src/components/interactive/radio/radio.ts, packages/commandkit/src/components/index.ts) [1] [2]

Documentation

  • Added detailed guides and usage examples for the new checkbox and radio group components in the documentation. (apps/website/docs/guide/04-jsx-components/02-interactive-components/06-checkbox.mdx, apps/website/docs/guide/04-jsx-components/02-interactive-components/07-radio.mdx) [1] [2]

Dependency updates

  • Upgraded discord.js and related packages to version 14.26.2, along with updates to other dependencies such as @discordjs/builders, @discordjs/rest, discord-api-types, and magic-bytes.js. (pnpm-lock.yaml, package.json) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]

Build configuration

  • Updated the onlyBuiltDependencies list in package.json to include new dependencies required for building with the latest Discord.js features. (package.json)

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

@sn0-y is attempting to deploy a commit to the Neplex Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown
Member

@twlite twlite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you revert

Updated the onlyBuiltDependencies list in package.json to include new dependencies required for building with the latest Discord.js features.

I don't think we need those deps to be built

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commandkit Ready Ready Preview, Comment Apr 11, 2026 7:20am

Copy link
Copy Markdown
Member

@twlite twlite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@twlite twlite merged commit 8c3348c into neplextech:main Apr 11, 2026
2 checks passed
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