Selection control components allow a user to select options. These components must be used with the v-model
prop as they do not maintain their own state.
Sélectionnez le composant désiré ci-dessous afin de voir les props, slots, événements et méthodes disponibles.
Vous trouverez ci-dessous une collection d'exemples simples ou complexes.
Checkboxes can be colored by using any of the builtin colors and contextual names using the color
prop.
Radio-groups are by default mandatory. This can be changed with the mandatory
prop.
Radio-groups can be presented either as a row or a column, using their respective props. The default is as a column.
Radios can be colored by using any of the builtin colors and contextual names using the color
prop.
Switches can be colored by using any of the builtin colors and contextual names using the color
prop.
You can make switch render without elevation of thumb using flat
property.
You can make switch render in inset mode.
Selection controls' labels can be defined in label
slot - that will allow to use HTML content
Prêt pour plus ? Continuez la lecture avec :