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

Custom RadioItems and Checklist #238

Merged
merged 4 commits into from
Jul 25, 2019
Merged

Custom RadioItems and Checklist #238

merged 4 commits into from
Jul 25, 2019

Conversation

tcbegley
Copy link
Collaborator

This PR makes a number of improvements to RadioItems and Checklist, primarily by allowing you to render radio buttons and checkboxes using Bootstrap's custom styles rather than the native browser controls (native controls can still be used by setting custom=False). Here's a screenshot:

image

I have also added labelCheckedStyle and labelCheckedClassName arguments that allow you to modify the style of labels corresponding to checked items.

All of this is documented in the refreshed documentation for inputs.

This PR addresses #184.

Both components now render custom inputs rather than using native
browser buttons / checkboxes.
@tcbegley tcbegley merged commit 9352e4e into master Jul 25, 2019
@tcbegley tcbegley deleted the custom-inputs branch July 25, 2019 08:22
@tcbegley tcbegley mentioned this pull request Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant