1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[ReactJS]

Discussão em 'Mobile' iniciado por Stack, Abril 23, 2021.

  1. Stack

    Stack Membro Participativo

    <FormControlLabel
    className="mt-8 mb-16 ml-8"
    style={{ width: "26%" }}
    label={
    <FormattedMessage
    id="products.product.status"
    defaultMessage="Status(Inactive/Active)"
    />
    }
    control={
    <Switch
    checked={form.status}
    id="status"
    name="status"
    onChange= {this.handleChange}
    />
    }

    Continue reading...

Compartilhe esta Página