-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: input checkbox #296
feat: input checkbox #296
Conversation
3543b4a
to
4c5d289
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now!
fixed in #365 |
#365 is now approved and merged |
can you rebase this so i can test if the checked thing is working? :) |
8c3dbf5
to
c84dd8f
Compare
c84dd8f
to
c86f936
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check
want this cheaked by the person who out in the latest comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job!
Unchecked:
![checkbox-unchecked](https://private-user-images.githubusercontent.com/78490851/410493635-4f7e33e9-fe62-44c0-a928-def73fc4dcd5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDQwNjgsIm5iZiI6MTczOTM0Mzc2OCwicGF0aCI6Ii83ODQ5MDg1MS80MTA0OTM2MzUtNGY3ZTMzZTktZmU2Mi00NGMwLWE5MjgtZGVmNzNmYzRkY2Q1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3MDI0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQzMDM2YTA5NWRkOTIzM2FmOWY3MTQ5ZDUzNTU2NWQ3OGNjNzhlZTNhMWQwNjcwYTEwMjVhZWQyZDYxZGQyY2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OhZszSmgewZPkQ6Dt6jP8cqdglbV_Ks8fqJDKvimiVg)
![checkbox-checked](https://private-user-images.githubusercontent.com/78490851/410493629-8d3d1460-ebcf-4485-92d8-08402c8df6f8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDQwNjgsIm5iZiI6MTczOTM0Mzc2OCwicGF0aCI6Ii83ODQ5MDg1MS80MTA0OTM2MjktOGQzZDE0NjAtZWJjZi00NDg1LTkyZDgtMDg0MDJjOGRmNmY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3MDI0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVlOWVhMTZkMjkyYjFlZmU4M2Y5MGY2MTAxOTFmODdiOGMzNjc4YWZiMWFkNjYyZWQxY2NjNThhZGI5OGJkOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0BI6gl-OGLP42I5dtHpVfVErF_orbCfiDMDGlpwuncE)
Checked:
And an example is in the admin dashboard view.