Selection controls

Los componentes selection control permiten que un usuario seleccione opciones. Estos componentes deben ser utilizados con la prop v-model porque no mantienen su propio estado.

API

v-radio-group
Nombre
append-icon
Default
undefined
Type
string

Components.SelectionControls.

Nombre
append-icon-cb
Default
null
Type
function

Components.SelectionControls.

Nombre
background-color
Default
undefined
Type
string

Components.SelectionControls.

Nombre
color
Default
undefined
Type
string

Aplica el color especificado al control.

Nombre
column
Default
true
Type
boolean

Muestra los radio buttons en una columna

Nombre
dark
Default
false
Type
boolean

Aplica la variante del tema dark

Nombre
disabled
Default
false
Type
boolean

El input está deshabilitado.

Nombre
error
Default
false
Type
boolean

Pone el input en un estado de error manual

Nombre
error-count
Default
1
Type
number | string

Components.SelectionControls.

Nombre
error-messages
Default
[]
Type
string | array

Pone el input en un estado de error y pasa los mensajes de error personalizados. Se combinará con cualquier validación que ocurra desde la prop rules. Este campo no propicia ninguna validación.

Nombre
height
Default
auto
Type
number | string

Configura la altura del componente

Nombre
hide-details
Default
false
Type
boolean

Components.SelectionControls.

Nombre
hint
Default
undefined
Type
string

Components.SelectionControls.

Nombre
label
Default
undefined
Type
string

Configura la etiqueta del input.

Nombre
light
Default
false
Type
boolean

Aplica la variante del tema light

Nombre
loading
Default
false
Type
boolean

Components.SelectionControls.

Nombre
mandatory
Default
true
Type
boolean

Obliga la selección de un v-radio

Nombre
messages
Default
[]
Type
string | array

Components.SelectionControls.

Nombre
name
Default
undefined
Type
string

Configura el atributo name del componente

Nombre
persistent-hint
Default
false
Type
boolean

Components.SelectionControls.

Nombre
prepend-icon
Default
undefined
Type
string

Components.SelectionControls.

Nombre
prepend-icon-cb
Default
null
Type
function

Components.SelectionControls.

Nombre
readonly
Default
false
Type
boolean

Components.SelectionControls.

Nombre
row
Default
false
Type
boolean

Muestra los radio buttons en una columna

Nombre
rules
Default
[]
Type
array

Arreglo de funciones que regresa ya sea True o un String con el mensaje de error

Nombre
success New in — v1.1
Default
false
Type
boolean

Components.SelectionControls.

Nombre
success-messages New in — v1.1
Default
[]
Type
string | array

Components.SelectionControls.

Nombre
validate-on-blur
Default
false
Type
boolean

Retrasa la validación hasta el evento blur

Nombre
value
Default
undefined
Type
any

Configura el valor de la selección en el componente

Nombre
value-comparator
Default
null
Type
function

Components.SelectionControls.

Ejemplos

Checkboxes - Boolean

Checkboxes - Array

Checkboxes - States

Checkboxes - Colors

Checkboxes can be colored by using any of the builtin colors and contextual names using the color prop.

Checkboxes - Inline with a textfield

Radios - Default

Radio-groups are by default mandatory. This can be changed with the mandatory prop.

Radios - Direction

Radio-groups can be presented either as a row or a column, using their respective props. The default is as a column.

Radios - Colors

Radios can be colored by using any of the builtin colors and contextual names using the color prop.

Switches - Boolean

Switches - Array

Switches - States

Switches - Colors

Switches can be colored by using any of the builtin colors and contextual names using the color prop.

Label slot

Selection controls' labels can be defined in label slot - that will allow to use HTML content

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore