Files
directus/src/interfaces/checkboxes
Rijk van Zanten 3f9d5d7d96 Add SSO flow (#595)
* Store / parse sso providers in project info

* Render sso provider links on login form

* Provide path to api on sso

* Finish SSO

* Fix user detail route

* Accept string error codes

* Rename color->type, fix old v-notices

* Add adding user string

* Fix reading order in v-menu
2020-05-19 18:02:04 -04:00
..
2020-04-24 13:06:00 -04:00
2020-05-19 18:02:04 -04:00
2020-04-24 13:06:00 -04:00
2020-04-24 13:06:00 -04:00

Checkboxes

Options

Option Description Default
choices What choices to render as radios null
allow-other Allow the user to enter a custom value false
icon-on What icon to show when the radio is checked radio_button_checked
icon-off What icon to show when the radio is unchecked radio_button_unchecked
color What color to use for the active state of the radio var(--primary)