pageTitle: Option select
assetPath: ../govuk_template/assets/
grid: third-column
bodyEnd: >
  <script type="text/javascript" src="../public/javascripts/option-select.js"></script>
examples:
  -
    title: With overflowing options
    label: Market sector
    options_container_id: market-sector
    options:
      -
        name: market-sector
        id: market-sector-aerospace
        value: aerospace
        label: Aerospace
      -
        name: market-sector
        id: market-sector-agriculture-environment-and-natural-resources
        value: agriculture environment and natural resources
        label: Agriculture, environment and natural resources
      -
        name: market-sector
        id: market-sector-building-and-construction
        value: building and construction
        label: Building and construction
      -
        name: market-sector
        id: market-sector-chemicals
        value: chemicals
        label: Chemicals
      -
        name: market-sector
        id: market-sector-clothing-footwear-and-fashion
        value: clothing footwear and fashion
        label: Clothing, footwear and fashion
      -
        name: market-sector
        id: defence
        value: defence
        label: Defence
      -
        name: market-sector
        id: market-sector-distribution-and-service-industries
        value: distribution and service industries
        label: Distribution and Service Industries
      -
        name: market-sector
        id: market-sector-electronics-industry
        value: electronics industry
        label: Electronics Industry
      -
        name: market-sector
        id: market-sector-energy
        value: energy
        label: Energy
      -
        name: market-sector
        id: market-sector-engineering
        label: Engineering
        value: engineering
  -
    title: With a prechecked option, without overflow
    label: Vegetables
    options_container_id: vegetables
    options:
      -
        name: vegetables
        id: vegetables-carrot
        label: Carrot
        checked: true
        value: carrot
      -
        name: vegetables
        id: vegetables-potato
        label: Potato
        value: potato
      -
        name: vegetables
        id: vegetables-swede
        label: Swede
        value: swede
  -
    title: With multiple POST parameters
    label: Pricing options
    options_container_id: pricing-options
    options:
      -
        name: free-option
        id: free-option
        label: Free option available
        value: true
      -
        name: trial-option
        id: trial-option
        label: Trial option offereded
        value: true
  -
    title: Closed on load
    label: Famous women in tech
    options_container_id: famous-women-in-tech
    closed_on_load: true
    options:
      -
        name: fran-allen
        id: famous-women-in-tech-fran-allen
        label: Fran Allen
        checked: true
        value: fran-allen
      -
        name: grace-hopper
        id: famous-women-in-tech-grace-hopper
        label: Grace Hopper
        value: grace-hopper
      -
        name: dame-steve-shirley
        id: famous-women-in-tech-dame-steve-shirley
        label: Dame Steve Shirley
        value: dame-steve-shirley
