Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

crowd-radio-group

A group of radio buttons. Only one radio button within the group can be selected. Choosing one radio button clears any previously chosen radio button within the same group.

No special attributes are supported by this element.

This element has the following parent and child elements. + Parent elements: crowd-form + Child elements: crowd-radio-button

Outputs an array of objects representing the crowd-radio-button elements within it.

Example Sample of Element Output

[
  {
    "btn1": {
      "yes": true
    },
    "btn2": {
      "no": false
    }
  }
]

For more information, see the following. + Amazon SageMaker Ground Truth + HTML Elements Reference